From a39f4e5b57f5e518cc1ba09d5801da07b52fbaa5 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Wed, 28 Sep 2011 18:09:40 +0100 Subject: gtk3: substantial re-work and cleanup of event handling Implement SalTimer ourselves rather more cleanly Remove nasty GtkXLib cruft inherited from X backend Merge and cleanup most Yield / mainloop bits into GtkData --- vcl/inc/unx/gtk/gtkframe.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl/inc/unx/gtk/gtkframe.hxx') diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx index 36a5c5dbfb6a..2be332448c4d 100644 --- a/vcl/inc/unx/gtk/gtkframe.hxx +++ b/vcl/inc/unx/gtk/gtkframe.hxx @@ -180,6 +180,7 @@ class GtkSalFrame : public SalFrame, basebmp::BitmapDeviceDamageTracker int m_nScreen; GtkWidget* m_pWindow; + guint m_nIdleFullScreen; #if GTK_CHECK_VERSION(3,0,0) basebmp::BitmapDeviceSharedPtr m_aFrame; #endif -- cgit