From b8ee3dbc4565efb19338c5cf1948f0f4e2f24fd6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 28 May 2002 14:32:42 +0000 Subject: merging in netwm changes at merge point "netwm-merge1". This add the XAtom class, and sets the net_supported_wm_check related atoms. --- src/Screen.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Screen.hh') 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 RootmenuList; RootmenuList rootmenuList; -- cgit v1.2.3