summaryrefslogtreecommitdiff
path: root/openbox/action.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-15 18:29:55 +0000
committerDana Jansens <danakj@orodu.net>2003-04-15 18:29:55 +0000
commit0e28a07e3d6677aa6af9ad97fbc55f8101f3fdf2 (patch)
treee180e7b7162d9d75e7e307bd236784730547cf74 /openbox/action.h
parent1c3689d0c725202eba7191d32480aa2cc3addfea (diff)
start of showing/rendering menus. woot!
Diffstat (limited to 'openbox/action.h')
-rw-r--r--openbox/action.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/openbox/action.h b/openbox/action.h
index a5b1708e..989b975d 100644
--- a/openbox/action.h
+++ b/openbox/action.h
@@ -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;
};