[Libreoffice-commits] .: vcl/unx
Michael Meeks
michael at kemper.freedesktop.org
Thu Oct 27 03:29:43 PDT 2011
vcl/unx/gtk/window/gtkframe.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d9fb1806413a4d0ccb8d6fcddcd657b22c91d7d0
Author: Michael Meeks <michael.meeks at suse.com>
Date: Thu Oct 27 11:23:56 2011 +0100
WaE: hush an annoyance
diff --git a/vcl/unx/gtk/window/gtkframe.cxx b/vcl/unx/gtk/window/gtkframe.cxx
index 8cf6cd7..5c64148 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
More information about the Libreoffice-commits
mailing list