]> icculus.org git repositories - dana/openbox.git/commit
add a Config class with config data from the scripts.
authorDana Jansens <danakj@orodu.net>
Fri, 14 Feb 2003 03:04:23 +0000 (03:04 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 14 Feb 2003 03:04:23 +0000 (03:04 +0000)
commit059bc4dc24b68d637c3608c05344c53c64cc2c4b
tree6772afd49bd8c7ea1cb07d8af631f25a618f5e11
parent1431cd19584e750309561e0054fd013d566965cb
add a Config class with config data from the scripts.
set up the functions for loading a style from a file.
use the Config class throughout instead of reading out of the python namespace all the time.
15 files changed:
otk/renderstyle.cc
otk/renderstyle.hh
scripts/config.py
src/Makefile.am
src/actions.cc
src/client.cc
src/config.cc [new file with mode: 0644]
src/config.hh [new file with mode: 0644]
src/frame.cc
src/frame.hh
src/python.cc
src/python.hh
src/screen.cc
src/screen.hh
wrap/ob.i