]> icculus.org git repositories - dana/openbox.git/commit
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, 30 Sep 2012 16:00:07 +0000 (12:00 -0400)
commit42650954262888c54ecd4482f3862bc6e22b07bd
tree2ce842bd67cca4c5085e55bb8b5113fcc0ba6258
parentdc20e963a730df08b3dfac0aa88ccd2744c227da
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]