]> Dogcows Code - chaz/openbox/blobdiff - src/actions.hh
Fixed corners of bevels
[chaz/openbox] / src / actions.hh
index 603450e4c42cc9847d63507e26d276147dc30ad7..1c0c064e4db2404bbb72f31112a20ce564d3858b 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);
This page took 0.027051 seconds and 4 git commands to generate.