diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-07-27 15:27:46 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-07-27 15:30:33 +0100 |
commit | fae17f307efeebf535d5e389e2e829fbd9dace58 (patch) | |
tree | 694be575ef753cb0388c29b2efdde4f59ceadbfa /vcl/inc/unx/gtk/gtkframe.hxx | |
parent | 3c39dd893afec4f00039d0e0d4e97328fe848f0f (diff) |
gtk3: ensure we re-render native commits
If we blit pixels to the back-buffer, we need to remember to get them
to gtk3 at idle.
Change-Id: Ic37660e963fbbcdd132cfba0ce739174d64148d2
Diffstat (limited to 'vcl/inc/unx/gtk/gtkframe.hxx')
-rw-r--r-- | vcl/inc/unx/gtk/gtkframe.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx index 50258e0b42ec..17d3e1209163 100644 --- a/vcl/inc/unx/gtk/gtkframe.hxx +++ b/vcl/inc/unx/gtk/gtkframe.hxx @@ -329,6 +329,7 @@ public: // only for gtk3 ... void pushIgnoreDamage(); void popIgnoreDamage(); + bool isDuringRender(); void renderArea( cairo_t *cr, cairo_rectangle_t *src ); #endif virtual ~GtkSalFrame(); |