]> Dogcows Code - chaz/openbox/blobdiff - src/workspace.hh
add updateIconTitle
[chaz/openbox] / src / workspace.hh
index b40de267be7443764976db8f0508545e0b803fab..98acd384918779535e989def9161f7bbcbf236bb 100644 (file)
@@ -10,7 +10,7 @@ extern "C" {
 #include <string>
 #include <vector>
 
-#include "xatom.hh"
+#include "otk/property.hh"
 
 namespace ob {
 
@@ -25,7 +25,7 @@ class Workspace {
 private:
   BScreen *screen;
   BlackboxWindow *lastfocus;
-  XAtom *xatom;
+  otk::OBProperty *xatom;
 
   BlackboxWindowList stackingList, windowList;
 
This page took 0.022136 seconds and 4 git commands to generate.