diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-05 07:48:26 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-05 07:48:26 +0000 |
| commit | 641bc819d1b399d2313e3328d111dd70777ecfea (patch) | |
| tree | 5fb8014f9519da3e1ad451ae878fd001fe4afeb0 /src/workspace.hh | |
| parent | f25252a4849ab205856629480178946b2b454aa3 (diff) | |
convert XAtom to OBAtom
Diffstat (limited to 'src/workspace.hh')
| -rw-r--r-- | src/workspace.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/workspace.hh b/src/workspace.hh index b40de267..a51b42a2 100644 --- a/src/workspace.hh +++ b/src/workspace.hh @@ -10,7 +10,7 @@ extern "C" { #include <string> #include <vector> -#include "xatom.hh" +#include "atom.hh" namespace ob { @@ -25,7 +25,7 @@ class Workspace { private: BScreen *screen; BlackboxWindow *lastfocus; - XAtom *xatom; + OBAtom *xatom; BlackboxWindowList stackingList, windowList; |
