summaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-05-28 14:32:42 +0000
committerDana Jansens <danakj@orodu.net>2002-05-28 14:32:42 +0000
commitb8ee3dbc4565efb19338c5cf1948f0f4e2f24fd6 (patch)
tree54ef0ffa9d52c4ad8718d4563fd32531d9a5be2b /src/Screen.hh
parent5ae928ffc67d0a341ac48c1c07de503e30f3a02b (diff)
merging in netwm changes at merge point "netwm-merge1". This add the XAtom class, and sets the net_supported_wm_check related atoms.
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 3ed724f9..c044200c 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -55,6 +55,7 @@ extern "C" {
#include "Workspacemenu.hh"
#include "blackbox.hh"
class Slit; // forward reference
+class XAtom;
enum TextJustify { LeftJustify = 1, RightJustify, CenterJustify };
@@ -119,6 +120,7 @@ private:
Iconmenu *iconmenu;
Rootmenu *rootmenu;
Configuration *config;
+ XAtom *xatom;
typedef std::list<Rootmenu*> RootmenuList;
RootmenuList rootmenuList;