diff options
| author | Marius Nita <marius@cs.pdx.edu> | 2002-11-06 13:57:54 +0000 |
|---|---|---|
| committer | Marius Nita <marius@cs.pdx.edu> | 2002-11-06 13:57:54 +0000 |
| commit | 37be3ef9249b452b8edec25a441aefff80c2d4b8 (patch) | |
| tree | 5c1f8e7f0135b99fa1adb708c9046d440021af90 /src/blackbox.hh | |
| parent | 35fcb62ddd4861f857d93941407e3d87d444b2cc (diff) | |
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
Diffstat (limited to 'src/blackbox.hh')
| -rw-r--r-- | src/blackbox.hh | 6 |
1 files changed, 3 insertions, 3 deletions
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; } |
