]> Dogcows Code - chaz/openbox/blobdiff - src/bbwindow.hh
finish conversion to the new otk::OBProperty class with its new interface
[chaz/openbox] / src / bbwindow.hh
index 29818b4387413daf7f5001bc25618307193286de..ff92d5ccd57702064a0b5ff30b504d29fb24d948 100644 (file)
@@ -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;
-  XAtom *xatom;
+  otk::OBProperty *xatom;
   otk::OBTimer *timer;
   BlackboxAttributes blackbox_attrib;
 
This page took 0.022999 seconds and 4 git commands to generate.