add misc.h with some standard enumerations with proper prefixing and capitalizations.
authorDana Jansens <danakj@orodu.net>
Thu, 10 Jul 2003 06:18:47 +0000 (06:18 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 10 Jul 2003 06:18:47 +0000 (06:18 +0000)
commit276b2be581c6cb138b439537761ff2ca42201805
tree753038e7990b881a2bc0e525fab1ebc45b2523e3
parent6357583c396382dd6ed8ac42004177f204fabe62
add misc.h with some standard enumerations with proper prefixing and capitalizations.

use the new enums throughout.

provide keycodes and cursors through ob_cursor and ob_keycode functions, which use the new misc.h enums for picking the cursor and keycode.
23 files changed:
openbox/action.c
openbox/action.h
openbox/client.c
openbox/client.h
openbox/dispatch.c
openbox/dispatch.h
openbox/dock.c
openbox/event.c
openbox/focus.c
openbox/frame.c
openbox/grab.c
openbox/grab.h
openbox/misc.h [new file with mode: 0644]
openbox/moveresize.c
openbox/openbox.c
openbox/openbox.h
openbox/screen.c
openbox/screen.h
openbox/stacking.c
plugins/keyboard/keyboard.c
plugins/placement/history.c
plugins/placement/placement.c
plugins/resistance/resistance.c