summaryrefslogtreecommitdiff
path: root/src/workspace.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-05 09:13:46 +0000
committerDana Jansens <danakj@orodu.net>2002-11-05 09:13:46 +0000
commitc9f36d34a414123cec8ebc35c87b8b9d5673b155 (patch)
tree36bfcaafaea855d3b703d57c409c2fd97952b5c3 /src/workspace.hh
parent68016ac352db39d538f725234a98df7caaa19cc0 (diff)
finish conversion to the new otk::OBProperty class with its new interface
Diffstat (limited to 'src/workspace.hh')
-rw-r--r--src/workspace.hh4
1 files changed, 2 insertions, 2 deletions
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 <string>
#include <vector>
-#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;