From 171b188e41360e9e87043a861beeaff002a5d53d Mon Sep 17 00:00:00 2001 From: Antonio Fernandez Date: Sat, 6 Oct 2012 14:46:26 +0100 Subject: Menu is properly visible on non-Unity WM. Change-Id: If9fea1f3b700a0d957aa1ed11913b2a7982050c2 --- vcl/inc/unx/gtk/gtksalmenu.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vcl/inc') 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(); -- cgit