diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-04-12 06:05:04 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-04-12 06:05:04 +0000 |
| commit | 8d3c97389f23271c7b44a726111c97d34bc2ced2 (patch) | |
| tree | 785933ad6c2ca8d754f62420d9dbdbf2744b4ddf /src/openbox.h | |
| parent | e532e9576baa72559543aa1fa19852d38c1fe5e4 (diff) | |
save_rc() using the obResource class to save blackbox's configuration.
renamed BScreen::getCount to BScreen::getWorkspaceCount.
Diffstat (limited to 'src/openbox.h')
| -rw-r--r-- | src/openbox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/openbox.h b/src/openbox.h index 33bcb213..3e3d1ef2 100644 --- a/src/openbox.h +++ b/src/openbox.h @@ -145,6 +145,9 @@ public: BScreen *getScreen(int); BScreen *searchScreen(Window); + inline obResource &getConfig() { + return config; + } inline const Time &getDoubleClickInterval(void) const { return resource.double_click_interval; } inline const Time &getLastTime(void) const { return last_time; } |
