Rename ObActionValue to ObConfigValue. This holds one of three types.
authorDana Jansens <danakj@orodu.net>
Fri, 5 Aug 2011 15:35:09 +0000 (11:35 -0400)
committerDana Jansens <danakj@orodu.net>
Sun, 16 Oct 2011 22:55:15 +0000 (18:55 -0400)
commit15394e4b1f1ceab8639a8ba20053e69c80acb70d
treea0b97a0add006af09968c52d9f84e336f310663b
parente6c59422b2c2e22fd6b94eb7f53e0fdc38544c50
Rename ObActionValue to ObConfigValue.  This holds one of three types.

1. A string
2. A list of other ObConfigValues
3. A list of actions (ObActionList).

The string type can be returned in various ways such as int, enum, fraction, gravity coordiate.

Provide a ways to save the ObConfigValue into a pointer.  This lets you keep
the value contained withing the ObConfigValue in a variable of its basic type.
27 files changed:
Makefile.am
openbox/action_filter.c
openbox/action_filter.h
openbox/action_list.c
openbox/action_parser.c
openbox/action_value.c [deleted file]
openbox/action_value.h [deleted file]
openbox/actions/addremovedesktop.c
openbox/actions/cyclewindows.c
openbox/actions/debug.c
openbox/actions/desktop.c
openbox/actions/directionalwindows.c
openbox/actions/execute.c
openbox/actions/exit.c
openbox/actions/focus.c
openbox/actions/growtoedge.c
openbox/actions/layer.c
openbox/actions/maximize.c
openbox/actions/moverelative.c
openbox/actions/moveresizeto.c
openbox/actions/movetoedge.c
openbox/actions/resize.c
openbox/actions/resizerelative.c
openbox/actions/restart.c
openbox/actions/showmenu.c
openbox/config_value.c [new file with mode: 0644]
openbox/config_value.h [new file with mode: 0644]