summaryrefslogtreecommitdiff
path: root/src/blackbox.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-05 07:48:26 +0000
committerDana Jansens <danakj@orodu.net>2002-11-05 07:48:26 +0000
commit641bc819d1b399d2313e3328d111dd70777ecfea (patch)
tree5fb8014f9519da3e1ad451ae878fd001fe4afeb0 /src/blackbox.hh
parentf25252a4849ab205856629480178946b2b454aa3 (diff)
convert XAtom to OBAtom
Diffstat (limited to 'src/blackbox.hh')
-rw-r--r--src/blackbox.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/blackbox.hh b/src/blackbox.hh
index 00f70cb9..7f07e946 100644
--- a/src/blackbox.hh
+++ b/src/blackbox.hh
@@ -29,7 +29,7 @@ extern "C" {
#include "openbox.hh"
#include "configuration.hh"
#include "timer.hh"
-#include "xatom.hh"
+#include "atom.hh"
#define AttribShaded (1l << 0)
#define AttribMaxHoriz (1l << 1)
@@ -112,7 +112,7 @@ private:
BlackboxWindow *focused_window, *changing_window;
otk::OBTimer *timer;
Configuration config;
- XAtom *xatom;
+ OBAtom *xatom;
bool no_focus, reconfigure_wait;
Time last_time;
@@ -158,7 +158,7 @@ public:
void removeWindowSearch(Window window);
void removeGroupSearch(Window window);
- inline XAtom *getXAtom(void) { return xatom; }
+ inline OBAtom *getXAtom(void) { return xatom; }
inline BlackboxWindow *getFocusedWindow(void) { return focused_window; }
inline BlackboxWindow *getChangingWindow(void) { return changing_window; }