]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.h
start of showing/rendering menus. woot!
[chaz/openbox] / openbox / action.h
index a5b1708e412b459478770f0e4db8e6a58fc10721..989b975dd8062a11ea8e8cd1a31aea35d9a8d8e3 100644 (file)
@@ -65,7 +65,9 @@ struct Resize {
 
 struct ShowMenu {
     Client *c;
-    char *menuName;
+    char *name;
+    int x;
+    int y;
 };
 
 struct CycleWindows {
@@ -87,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.021508 seconds and 4 git commands to generate.