From c9f36d34a414123cec8ebc35c87b8b9d5673b155 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 5 Nov 2002 09:13:46 +0000 Subject: finish conversion to the new otk::OBProperty class with its new interface --- src/workspace.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/workspace.hh') diff --git a/src/workspace.hh b/src/workspace.hh index a51b42a2..98acd384 100644 --- a/src/workspace.hh +++ b/src/workspace.hh @@ -10,7 +10,7 @@ extern "C" { #include #include -#include "atom.hh" +#include "otk/property.hh" namespace ob { @@ -25,7 +25,7 @@ class Workspace { private: BScreen *screen; BlackboxWindow *lastfocus; - OBAtom *xatom; + otk::OBProperty *xatom; BlackboxWindowList stackingList, windowList; -- cgit v1.2.3