]> Dogcows Code - chaz/openbox/blobdiff - src/workspace.hh
add a bunch of documentation
[chaz/openbox] / src / workspace.hh
index a51b42a2a5d06ac590a7b2363b7f2db6165dee01..98acd384918779535e989def9161f7bbcbf236bb 100644 (file)
@@ -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;
 
This page took 0.020429 seconds and 4 git commands to generate.