]> icculus.org git repositories - mikachu/openbox.git/commit
little bit of an actions overhaul, added action_run* so that duplicated code can...
authorDana Jansens <danakj@orodu.net>
Sun, 7 Sep 2003 19:03:20 +0000 (19:03 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 7 Sep 2003 19:03:20 +0000 (19:03 +0000)
commit78282959f970d28131e6aa8d66adce359aa145dc
tree57508152b85c3442d1b0c683497bbc12a7f5dff0
parentb23594d88d462f4ed1b0a26b5e303f491758f5ff
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
15 files changed:
data/rc.xml
openbox/action.c
openbox/action.h
openbox/client_list_menu.c
openbox/client_menu.c
openbox/config.c
openbox/event.c
openbox/keyboard.c
openbox/menu.c
openbox/menu.h
openbox/menuframe.c
openbox/menuframe.h
openbox/misc.h
openbox/mouse.c
openbox/mouse.h