create a generic tokenizer/sectionizer for the config file. pass off the token to...
authorDana Jansens <danakj@orodu.net>
Wed, 2 Apr 2003 07:46:46 +0000 (07:46 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 2 Apr 2003 07:46:46 +0000 (07:46 +0000)
commit71c8b0b7b2cf2fa79ac4c81b7756f2b230f2de7a
tree7294b08a6708be789f5f674418c7dc80809d78b4
parent4875ff5f8ed227a989c699fe6d8390396e485815
create a generic tokenizer/sectionizer for the config file. pass off the token to functions registered for each section to parse them further. some fixes for the engine irt font shadows, and fixed a bug with rendering the iconify button when it was not in the layout
13 files changed:
engines/openbox/Makefile.am
engines/openbox/obengine.c
engines/openbox/obengine.h
engines/openbox/obtheme.c
openbox/Makefile.am
openbox/config.c
openbox/config.h
openbox/cparse.l [deleted file]
openbox/openbox.c
openbox/parse.c [new file with mode: 0644]
openbox/parse.h [new file with mode: 0644]
openbox/parse.l [new file with mode: 0644]
openbox/parse.yacc [new file with mode: 0644]