diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-07 19:03:20 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-07 19:03:20 +0000 |
| commit | 78282959f970d28131e6aa8d66adce359aa145dc (patch) | |
| tree | 57508152b85c3442d1b0c683497bbc12a7f5dff0 /openbox/menuframe.h | |
| parent | b23594d88d462f4ed1b0a26b5e303f491758f5ff (diff) | |
little bit of an actions overhaul, added action_run* so that duplicated code can all be in the same place now woot.
allow actions to specify when they can be used (ShowMenu cant in the OB_USER_ACTION_MENU_SELECTION case)
remove KeyboardMove ad KeyboardResize. Instead, just use Move and Resize and determine if it should be a keyboard move/resize in the code
Diffstat (limited to 'openbox/menuframe.h')
| -rw-r--r-- | openbox/menuframe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/menuframe.h b/openbox/menuframe.h index 34041149..3a77ebf4 100644 --- a/openbox/menuframe.h +++ b/openbox/menuframe.h @@ -100,6 +100,6 @@ ObMenuEntryFrame* menu_entry_frame_under(gint x, gint y); void menu_entry_frame_show_submenu(ObMenuEntryFrame *self); -void menu_entry_frame_execute(ObMenuEntryFrame *self, gboolean hide); +void menu_entry_frame_execute(ObMenuEntryFrame *self, guint state); #endif |
