summaryrefslogtreecommitdiff
path: root/src/bbwindow.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/bbwindow.hh
parent68016ac352db39d538f725234a98df7caaa19cc0 (diff)
finish conversion to the new otk::OBProperty class with its new interface
Diffstat (limited to 'src/bbwindow.hh')
-rw-r--r--src/bbwindow.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bbwindow.hh b/src/bbwindow.hh
index 628728e1..ff92d5cc 100644
--- a/src/bbwindow.hh
+++ b/src/bbwindow.hh
@@ -13,6 +13,7 @@ extern "C" {
#include <string>
#include "otk/timer.hh"
+#include "otk/property.hh"
#include "blackbox.hh"
#include "util.hh"
@@ -104,7 +105,7 @@ public:
private:
Blackbox *blackbox;
BScreen *screen;
- OBAtom *xatom;
+ otk::OBProperty *xatom;
otk::OBTimer *timer;
BlackboxAttributes blackbox_attrib;