summaryrefslogtreecommitdiff
path: root/vcl/inc/unx
diff options
context:
space:
mode:
authorLouis-Francis Ratté-Boulianne <lfrb@collabora.com>2014-11-21 12:17:02 -0500
committerLouis-Francis Ratté-Boulianne <lfrb@collabora.com>2014-11-21 12:38:27 -0500
commitc90741573814173e9df5bf945d8cbe9d7d77ec39 (patch)
treef6f8607d565a079fe18ca1f0cb4bc4d48fab861d /vcl/inc/unx
parent71c1cbc7f8011ac82ac195c6027e4094312d7403 (diff)
vcl: Use old method for pixmap painting for GTK widgets without OpenGL
Change-Id: Ie6078308f7a7f70683a7f963b15857b5dac753b0
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r--vcl/inc/unx/gtk/gtkgdi.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gtkgdi.hxx b/vcl/inc/unx/gtk/gtkgdi.hxx
index 9ce374d0db45..568ef5caade5 100644
--- a/vcl/inc/unx/gtk/gtkgdi.hxx
+++ b/vcl/inc/unx/gtk/gtkgdi.hxx
@@ -133,6 +133,7 @@ public:
// will be set when UI theme was changed
static bool bThemeChanged;
static bool bNeedPixmapPaint;
+ static bool bNeedTwoPasses;
// native widget methods
virtual bool IsNativeControlSupported( ControlType nType, ControlPart nPart ) SAL_OVERRIDE;