]> Dogcows Code - chaz/openbox/blobdiff - src/actions.hh
Added color reduction for 16bpp displays
[chaz/openbox] / src / actions.hh
index 603450e4c42cc9847d63507e26d276147dc30ad7..8fb728df84a2c79afc7a4d811f4b8936eed07a03 100644 (file)
@@ -55,6 +55,9 @@ private:
     Used for motion events as the starting position.
   */
   ButtonPressAction *_posqueue[BUTTONS];
+  //! This is set to true once a drag has started and false when done to make
+  //! sure the threshold isnt checked anymore once a drag is underway
+  bool _dragging;
 
   
   void insertPress(const XButtonEvent &e);
@@ -76,10 +79,6 @@ public:
 
   virtual void motionHandler(const XMotionEvent &e);
 
-  virtual void mapRequestHandler(const XMapRequestEvent &e);
-  virtual void unmapHandler(const XUnmapEvent &e);
-  virtual void destroyHandler(const XDestroyWindowEvent &e);
-
 #ifdef    XKB
   virtual void xkbHandler(const XkbEvent &e);
 #endif // XKB
This page took 0.021583 seconds and 4 git commands to generate.