]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.h
menus works on some level. add a built-in root menu
[chaz/openbox] / openbox / action.h
index 0fe42f64b31494cbea9ab621a53e80d6b65c3f1f..989b975dd8062a11ea8e8cd1a31aea35d9a8d8e3 100644 (file)
@@ -65,7 +65,9 @@ struct Resize {
 
 struct ShowMenu {
     Client *c;
-    char *menuName;
+    char *name;
+    int x;
+    int y;
 };
 
 struct CycleWindows {
@@ -73,6 +75,7 @@ struct CycleWindows {
     gboolean linear;
     gboolean forward;
     gboolean final;
+    gboolean cancel;
 };
 
 union ActionData {
@@ -86,7 +89,7 @@ union ActionData {
     struct NextPreviousDesktop nextprevdesktop;
     struct Move move;
     struct Resize resize;
-    struct ShowMenu showMenu;
+    struct ShowMenu showmenu;
     struct CycleWindows cycle;
 };
 
This page took 0.02221 seconds and 4 git commands to generate.