mirror of
https://github.com/brl/mutter.git
synced 2025-02-13 11:54:09 +00:00
theme: add ".appmenu" class to the appmenu button
So it does gtk headerbar, so mutter should do. (cherry picked from commit 96141e28f9c5721e30c89eec34650c9f676fb608)
This commit is contained in:
parent
1851fa2bd0
commit
a98eb107be
@ -712,6 +712,8 @@ get_class_from_button_type (MetaButtonType type)
|
||||
return "maximize";
|
||||
case META_BUTTON_TYPE_MINIMIZE:
|
||||
return "minimize";
|
||||
case META_BUTTON_TYPE_APPMENU:
|
||||
return "appmenu";
|
||||
default:
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user