]> Dogcows Code - chaz/openbox/blobdiff - src/Screen.hh
window-to-window snapping is now a run-time option.
[chaz/openbox] / src / Screen.hh
index 3ed724f99f8674fc0cf317ecaea7a058f5fbbdf2..c044200c851f576ab6c2c8a60f5614788718bc39 100644 (file)
@@ -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;
This page took 0.020076 seconds and 4 git commands to generate.