From 8d3c97389f23271c7b44a726111c97d34bc2ced2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 12 Apr 2002 06:05:04 +0000 Subject: save_rc() using the obResource class to save blackbox's configuration. renamed BScreen::getCount to BScreen::getWorkspaceCount. --- src/openbox.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/openbox.h') 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; } -- cgit v1.2.3