mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
Add support for app-menu button in window decorations
We want to synchronize the button layouts of our server side decorations and GTK+'s client side ones. However each currently may contain buttons not supported by the other, which makes this unnecessarily tricky. So add support for a new "appmenu" button in the layout, to display the fallback app menu in the decorations. https://bugzilla.gnome.org/show_bug.cgi?id=730752
This commit is contained in:
@ -33,6 +33,7 @@ typedef enum
|
||||
META_FRAME_CONTROL_TITLE,
|
||||
META_FRAME_CONTROL_DELETE,
|
||||
META_FRAME_CONTROL_MENU,
|
||||
META_FRAME_CONTROL_APPMENU,
|
||||
META_FRAME_CONTROL_MINIMIZE,
|
||||
META_FRAME_CONTROL_MAXIMIZE,
|
||||
META_FRAME_CONTROL_UNMAXIMIZE,
|
||||
|
Reference in New Issue
Block a user