diff options
Diffstat (limited to 'openbox/action.h')
| -rw-r--r-- | openbox/action.h | 6 |
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; }; |
