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

update comment

Change-Id: I0f1579be12de198dfbc90c7c78c14979d120302d
üst a1778a4b
...@@ -3401,9 +3401,7 @@ void GtkSalFrame::damaged (const basegfx::B2IBox& rDamageRect) ...@@ -3401,9 +3401,7 @@ void GtkSalFrame::damaged (const basegfx::B2IBox& rDamageRect)
} }
#if GTK_CHECK_VERSION(3,0,0) #if GTK_CHECK_VERSION(3,0,0)
// FIXME: This is incredibly lame ... but so is cairo's insistence on -exactly- // blit our backing basebmp buffer to the target cairo context cr
// its own stride - neither more nor less - particularly not more aligned
// we like 8byte aligned, it likes 4 - most odd.
void GtkSalFrame::renderArea( cairo_t *cr, cairo_rectangle_t *area ) void GtkSalFrame::renderArea( cairo_t *cr, cairo_rectangle_t *area )
{ {
cairo_save( cr ); cairo_save( cr );
......
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