diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-10-14 15:39:11 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-10-14 17:26:38 +0100 |
commit | c9bcb29f3b733a1230f78e7a03aac1a02d856cf7 (patch) | |
tree | 47c598639b35f39597fd5c13958690ab933b7e73 /vcl/inc | |
parent | 3a9eabc9a1959ef08a85001991a940ddf01d9afb (diff) |
bring Unity menues to gtk3 too
Change-Id: I4eb9f4bf423febce89635654c0cf1199b79d6fb8
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/gtk/gtkdata.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gtkdata.hxx b/vcl/inc/unx/gtk/gtkdata.hxx index 6490edaa911c..43ec0e1dbdb7 100644 --- a/vcl/inc/unx/gtk/gtkdata.hxx +++ b/vcl/inc/unx/gtk/gtkdata.hxx @@ -179,6 +179,9 @@ public: #if !GTK_CHECK_VERSION(3,0,0) virtual bool Dispatch( XEvent *pEvent ) override; #endif +#if GTK_CHECK_VERSION(3,0,0) + void RefreshMenusUnity(); +#endif }; inline GtkData* GetGtkSalData() |