X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fworkspace.hh;h=98acd384918779535e989def9161f7bbcbf236bb;hb=d011a51039c4c4f4cf81db5f086a0fff192157b3;hp=b40de267be7443764976db8f0508545e0b803fab;hpb=ace8c8896aa13a6fc4e489277cf9c96f49175322;p=chaz%2Fopenbox diff --git a/src/workspace.hh b/src/workspace.hh index b40de267..98acd384 100644 --- a/src/workspace.hh +++ b/src/workspace.hh @@ -10,7 +10,7 @@ extern "C" { #include #include -#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;