diff options
author | Antonio Fernandez <antonio.fernandez@aentos.es> | 2012-10-06 14:46:26 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-11-14 13:52:55 +0100 |
commit | 171b188e41360e9e87043a861beeaff002a5d53d (patch) | |
tree | eb6e2fd1f045ac0e661a6053818bad50b9849afa /vcl/inc | |
parent | 58b5f1714ddab4afec382f535887cf6f98a4c11b (diff) |
Menu is properly visible on non-Unity WM.
Change-Id: If9fea1f3b700a0d957aa1ed11913b2a7982050c2
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/gtk/gtksalmenu.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/unx/gtk/gtksalmenu.hxx b/vcl/inc/unx/gtk/gtksalmenu.hxx index 7dadbfca521d..6e7084bdc3e9 100644 --- a/vcl/inc/unx/gtk/gtksalmenu.hxx +++ b/vcl/inc/unx/gtk/gtksalmenu.hxx @@ -102,7 +102,8 @@ public: void DispatchCommand( gint itemId, const gchar* aCommand ); void Activate( const gchar* aMenuCommand ); void Deactivate( const gchar* aMenuCommand ); - void DisconnectFrame(); + void DisconnectFrame(); + void Display( sal_Bool bVisible ); void UpdateNativeMenu(); // void UpdateNativeSubMenu(); bool PrepUpdate(); |