From 37be3ef9249b452b8edec25a441aefff80c2d4b8 Mon Sep 17 00:00:00 2001 From: Marius Nita Date: Wed, 6 Nov 2002 13:57:54 +0000 Subject: omg, fat commit pulled the style crap out of screen, i think the reconfigure case needs to be handled still. moved util and config into otk, changed everything else accordingly. code compiles and runs --- src/blackbox.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/blackbox.hh') diff --git a/src/blackbox.hh b/src/blackbox.hh index 0034f9f2..42ddeabb 100644 --- a/src/blackbox.hh +++ b/src/blackbox.hh @@ -28,7 +28,7 @@ extern "C" { #include "otk/timer.hh" #include "otk/property.hh" #include "openbox.hh" -#include "configuration.hh" +#include "otk/configuration.hh" #include "timer.hh" #define AttribShaded (1l << 0) @@ -111,7 +111,7 @@ private: BScreen *active_screen; BlackboxWindow *focused_window, *changing_window; otk::OBTimer *timer; - Configuration config; + otk::Configuration config; otk::OBProperty *xatom; bool no_focus, reconfigure_wait; @@ -163,7 +163,7 @@ public: inline BlackboxWindow *getFocusedWindow(void) { return focused_window; } inline BlackboxWindow *getChangingWindow(void) { return changing_window; } - inline Configuration *getConfig() { return &config; } + inline otk::Configuration *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