]> Dogcows Code - chaz/openbox/blobdiff - openbox/client_menu.c
only restack group windows on the same desktop
[chaz/openbox] / openbox / client_menu.c
index 083341ca4bac832c27d50e8b96f0b2b728bd1e78..d7f26e3e1d73d2c0e0193af977d4eeea0fa89471 100644 (file)
@@ -89,6 +89,9 @@ static void client_update(ObMenuFrame *frame, gpointer data)
 
     e = menu_find_entry_id(menu, CLIENT_CLOSE);
     e->data.normal.enabled = frame->client->functions & OB_CLIENT_FUNC_CLOSE;
+
+    e = menu_find_entry_id(menu, CLIENT_DECORATE);
+    e->data.normal.enabled = client_normal(frame->client);
 }
 
 static void layer_update(ObMenuFrame *frame, gpointer data)
This page took 0.020301 seconds and 4 git commands to generate.