X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Factions.hh;h=9f65f7ed3ef284c055cacc6a6b6d0af0c556a692;hb=77a8e11660edd66279f2d3def6de3768874ba780;hp=3d45966e171125e7483c35cbbc58e95d915c5e57;hpb=772ff27864b724c884ca5681fedc42711c63ec82;p=chaz%2Fopenbox diff --git a/src/actions.hh b/src/actions.hh index 3d45966e..9f65f7ed 100644 --- a/src/actions.hh +++ b/src/actions.hh @@ -49,6 +49,8 @@ private: Used for motion events as the starting position. */ ButtonPressAction *_posqueue[BUTTONS]; + //! The delta x/y of the last motion sequence + int _dx, _dy; //! Insert a button/position in the _posqueue void insertPress(const XButtonEvent &e); @@ -56,7 +58,9 @@ private: void removePress(const XButtonEvent &e); public: + //! Constructs an OBActions object OBActions(); + //! Destroys the OBActions object virtual ~OBActions(); virtual void buttonPressHandler(const XButtonEvent &e);