summaryrefslogtreecommitdiff
path: root/src/Resource.cc
AgeCommit message (Collapse)Author
2002-04-19starting openbox without an rc file now works. it makes an empty Xrm db ↵Dana Jansens
instead of crashing :)
2002-04-16Slit loads its own settings and saves them as they are changedDana Jansens
added an assert in Resource
2002-04-16renamed the obResource class to Resource.Dana Jansens
2002-04-14Added Util.h, which contains only an ASSERT macro for nowDana Jansens
2002-04-12real_reconfigure now using obResource instead of teh XrmDatabase calls.Dana Jansens
obResource class calls XrmInitialize().
2002-04-12save_rc() using the obResource class to save blackbox's configuration.Dana Jansens
renamed BScreen::getCount to BScreen::getWorkspaceCount.
2002-04-11load_rc(BScreen *) now uses the obResource class to load its configurationDana Jansens
added a few consts in BScreen to be compatible with the new code. reordered the compilation in src/ so that Resource.cc is in alphabetical order
2002-04-11load_rc() now uses the obResource class to load its configurationDana Jansens
2002-04-11added the obResource class which handles Xresouce database files in a sane ↵Dana Jansens
manner