]> 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 628728e10670563a674bb8d3f3d4724718eda803..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;
-  OBAtom *xatom;
+  otk::OBProperty *xatom;
   otk::OBTimer *timer;
   BlackboxAttributes blackbox_attrib;
 
This page took 0.022595 seconds and 4 git commands to generate.