summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/window
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-10-27 11:23:56 +0100
committerMichael Meeks <michael.meeks@suse.com>2011-10-27 11:23:56 +0100
commitd9fb1806413a4d0ccb8d6fcddcd657b22c91d7d0 (patch)
tree4d502e7dbd45cbe82fd146c69f1ff32041fedea4 /vcl/unx/gtk/window
parent71c5eb4c41fe4f36f975950cbb616796d9d7bfe5 (diff)
WaE: hush an annoyance
Diffstat (limited to 'vcl/unx/gtk/window')
-rw-r--r--vcl/unx/gtk/window/gtkframe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk/window/gtkframe.cxx b/vcl/unx/gtk/window/gtkframe.cxx
index 8cf6cd704668..5c6414835ab0 100644
--- a/vcl/unx/gtk/window/gtkframe.cxx
+++ b/vcl/unx/gtk/window/gtkframe.cxx
@@ -343,8 +343,8 @@ GetAlternateKeyCode( const sal_uInt16 nKeyCode )
return aAlternate;
}
-static int debugQueuePureRedraw = 0;
#if GTK_CHECK_VERSION(3,0,0)
+static int debugQueuePureRedraw = 0;
static int debugRedboxRedraws = 0;
#endif