diff options
author | Antonio Fernandez <antonio.fernandez@aentos.es> | 2012-10-24 17:36:59 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-11-14 13:52:59 +0100 |
commit | 8a253188410c82f696da7201d28a02d905154e6d (patch) | |
tree | c1d259c9a4e2a952c9018d10530700ee1b2655a5 /vcl/inc/unx/gtk/gtkframe.hxx | |
parent | e3055bccc7eb59ed898bffa260986c19b6285783 (diff) |
Menu is now subscribed to HUD awareness protocol events.
Change-Id: I0649ac50a93b3b6379642fac4d5d532d46251d72
Diffstat (limited to 'vcl/inc/unx/gtk/gtkframe.hxx')
-rw-r--r-- | vcl/inc/unx/gtk/gtkframe.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx index 056585b7828b..69261368ddd9 100644 --- a/vcl/inc/unx/gtk/gtkframe.hxx +++ b/vcl/inc/unx/gtk/gtkframe.hxx @@ -217,7 +217,6 @@ class GtkSalFrame : public SalFrame friend void on_registrar_available (GDBusConnection*, const gchar*, const gchar*, gpointer); friend void on_registrar_unavailable (GDBusConnection*, const gchar*, gpointer); guint m_nWatcherId; - guint m_nHudAwarenessId; void Init( SalFrame* pParent, sal_uLong nStyle ); void Init( SystemParentData* pSysData ); @@ -304,6 +303,7 @@ public: guint m_nMenuExportId; guint m_nActionGroupExportId; + guint m_nHudAwarenessId; // dispatches an event, returns true if dispatched // and false else; if true was returned the event should |