X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Factions.hh;h=1c0c064e4db2404bbb72f31112a20ce564d3858b;hb=b45a68cc30121ad2c5cd3b795a6b5e8572425316;hp=603450e4c42cc9847d63507e26d276147dc30ad7;hpb=77ab46d1e35d48e73c201e6de88b26f48bb06425;p=chaz%2Fopenbox diff --git a/src/actions.hh b/src/actions.hh index 603450e4..1c0c064e 100644 --- a/src/actions.hh +++ b/src/actions.hh @@ -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);