summaryrefslogtreecommitdiff
path: root/src/Resource.h
AgeCommit message (Collapse)Author
2002-04-24fix Resource class so that you cant cast a string to a ResourceDana Jansens
2002-04-19starting openbox without an rc file now works. it makes an empty Xrm db ↵Dana Jansens
instead of crashing :)
2002-04-16renamed the obResource class to Resource.Dana 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