]> Dogcows Code - chaz/openbox/blobdiff - src/BaseDisplay.hh
sync with bb-cvs.
[chaz/openbox] / src / BaseDisplay.hh
index 921f6ecd1a76733d0a88f3059b1995367ec8a279..3ebe6e616a4b23c575d444e6b9420735155f115e 100644 (file)
@@ -77,10 +77,8 @@ private:
   };
   BShape shape;
 
-#ifndef   NOCLOBBER
   unsigned int MaskList[8];
   size_t MaskListLength;
-#endif // NOCLOBBER
 
   enum RunState { STARTUP, RUNNING, SHUTDOWN };
   RunState run_state;
@@ -139,7 +137,8 @@ public:
   void grabButton(unsigned int button, unsigned int modifiers,
                   Window grab_window, bool owner_events,
                   unsigned int event_mask, int pointer_mode,
-                  int keyboard_mode, Window confine_to, Cursor cursor) const;
+                  int keyboard_mode, Window confine_to, Cursor cursor,
+                  bool allow_scroll_lock) const;
   void ungrabButton(unsigned int button, unsigned int modifiers,
                     Window grab_window) const;
 
This page took 0.020901 seconds and 4 git commands to generate.