]> Dogcows Code - chaz/openbox/blobdiff - src/blackbox.hh
use the snap offset as the margin for placing windows instead of a fixed value of 1
[chaz/openbox] / src / blackbox.hh
index 6a6a22d1c3fc5d22fa9e5ed77a51a38147f25998..1efec77268413cf76384e50b79b5ab7a99918e58 100644 (file)
@@ -115,6 +115,8 @@ private:
     timeval auto_raise_delay;
     unsigned long cache_life, cache_max;
     std::string titlebar_layout;
+    unsigned int mod_mask;  // modifier mask used for window-mouse interaction
+
 
 #ifdef    XINERAMA
     bool xinerama_placement, xinerama_maximize, xinerama_snap;
@@ -254,6 +256,9 @@ public:
     { return cursor.ul_angle; }
   inline Cursor getUpperRightAngleCursor(void) const
     { return cursor.ur_angle; }
+  
+  inline unsigned int getMouseModMask(void) const
+    { return resource.mod_mask; }
 
   void setFocusedWindow(BlackboxWindow *win);
   void setChangingWindow(BlackboxWindow *win);
This page took 0.025127 seconds and 4 git commands to generate.