From 641bc819d1b399d2313e3328d111dd70777ecfea Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 5 Nov 2002 07:48:26 +0000 Subject: convert XAtom to OBAtom --- src/screen.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/screen.hh') diff --git a/src/screen.hh b/src/screen.hh index a1f36956..b00e5fc7 100644 --- a/src/screen.hh +++ b/src/screen.hh @@ -30,7 +30,7 @@ extern "C" { namespace ob { -class XAtom; +class OBAtom; struct Strut; enum TextJustify { LeftJustify = 1, RightJustify, CenterJustify }; @@ -66,7 +66,7 @@ private: Blackbox *blackbox; otk::BImageControl *image_control; Configuration *config; - XAtom *xatom; + OBAtom *xatom; BlackboxWindowList iconList, windowList; -- cgit v1.2.3