From ace8c8896aa13a6fc4e489277cf9c96f49175322 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 3 Nov 2002 11:46:05 +0000 Subject: WE DONT USE BASE DISPLAY FOR ANYTHING ANY MORE!!@^!*@*!! YAY --- src/xatom.hh | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'src/xatom.hh') diff --git a/src/xatom.hh b/src/xatom.hh index 3c382114..df9bdf4f 100644 --- a/src/xatom.hh +++ b/src/xatom.hh @@ -2,16 +2,19 @@ #ifndef __XAtom_h #define __XAtom_h +extern "C" { #include #include #include +} #include #include -class Blackbox; -class ScreenInfo; +#include "otk/screeninfo.hh" + +namespace ob { class XAtom { public: @@ -170,7 +173,7 @@ public: // setup support on a screen, each screen should call this once in its // constructor. - void setSupported(const ScreenInfo *screen); + void setSupported(const otk::ScreenInfo *screen); void setValue(Window win, Atoms atom, Atoms type, unsigned long value) const; void setValue(Window win, Atoms atom, Atoms type, @@ -207,4 +210,6 @@ public: assert(ret != 0); return ret; } }; +} + #endif // __XAtom_h -- cgit v1.2.3