summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (TreviƱo) <mail@3v1n0.net>2018-03-28 23:46:54 -0500
committerMarco Trevisan <mail@3v1n0.net>2018-04-03 20:16:15 +0000
commit96141e28f9c5721e30c89eec34650c9f676fb608 (patch)
treed9212a96427c2c5493d8a558bd7fdd35db650e73
parente6109cfc22f06412e67bd3c1f9f0dfa6ad7e0b19 (diff)
downloadmutter-96141e28f9c5721e30c89eec34650c9f676fb608.tar.gz
theme: add ".appmenu" class to the appmenu button
So it does gtk headerbar, so mutter should do.
-rw-r--r--src/ui/theme.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/theme.c b/src/ui/theme.c
index 2b3cd5eaf..8786b17f3 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -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;
}