Kaydet (Commit) e53da56a authored tarafından Caolán McNamara's avatar Caolán McNamara

quieten this a bit

Change-Id: Iea35e1377613a16a05c0df73cd9a38f4b717f015
üst eb95cdd9
...@@ -1964,8 +1964,7 @@ void GtkSalFrame::AllocateFrame() ...@@ -1964,8 +1964,7 @@ void GtkSalFrame::AllocateFrame()
basebmp::FORMAT_THIRTYTWO_BIT_TC_MASK_BGRX, cairo_stride); basebmp::FORMAT_THIRTYTWO_BIT_TC_MASK_BGRX, cairo_stride);
m_aFrame->setDamageTracker( m_aFrame->setDamageTracker(
basebmp::IBitmapDeviceDamageTrackerSharedPtr(new DamageTracker(*this)) ); basebmp::IBitmapDeviceDamageTrackerSharedPtr(new DamageTracker(*this)) );
fprintf( stderr, "allocated m_aFrame size of %dx%d \n", SAL_INFO("vcl.gtk3", "allocated m_aFrame size of " << maGeometry.nWidth << " x " << maGeometry.nHeight);
(int)maGeometry.nWidth, (int)maGeometry.nHeight );
#if OSL_DEBUG_LEVEL > 0 // set background to orange #if OSL_DEBUG_LEVEL > 0 // set background to orange
m_aFrame->clear( basebmp::Color( 255, 127, 0 ) ); m_aFrame->clear( basebmp::Color( 255, 127, 0 ) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment