diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-04 14:28:44 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-04 15:00:49 +0000 |
commit | 19af4b899eb51631a1b16e53cd32adf697a10284 (patch) | |
tree | 26c3ada3b0e9525f57b95160697aec23ecb2d9f3 | |
parent | a1778a4b4551102d6319a77238196a6822b84187 (diff) |
update comment
Change-Id: I0f1579be12de198dfbc90c7c78c14979d120302d
-rw-r--r-- | vcl/unx/gtk/window/gtksalframe.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/unx/gtk/window/gtksalframe.cxx b/vcl/unx/gtk/window/gtksalframe.cxx index 937b058c5d68..83526a1bfa2f 100644 --- a/vcl/unx/gtk/window/gtksalframe.cxx +++ b/vcl/unx/gtk/window/gtksalframe.cxx @@ -3401,9 +3401,7 @@ void GtkSalFrame::damaged (const basegfx::B2IBox& rDamageRect) } #if GTK_CHECK_VERSION(3,0,0) -// FIXME: This is incredibly lame ... but so is cairo's insistence on -exactly- -// its own stride - neither more nor less - particularly not more aligned -// we like 8byte aligned, it likes 4 - most odd. +// blit our backing basebmp buffer to the target cairo context cr void GtkSalFrame::renderArea( cairo_t *cr, cairo_rectangle_t *area ) { cairo_save( cr ); |