diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-03 05:26:04 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-03 05:26:04 +0000 |
| commit | ca3e463057ebf8a7a48a5997aedc062cdac72f3f (patch) | |
| tree | 38c809333c9e11626d87bbd78a08cbe05169d43b /src/actions.hh | |
| parent | b35dae95a5cdb902f1661b9572af47c3f55c975c (diff) | |
moving a window is possible once again
Diffstat (limited to 'src/actions.hh')
| -rw-r--r-- | src/actions.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/actions.hh b/src/actions.hh index 4a658061..2b68153a 100644 --- a/src/actions.hh +++ b/src/actions.hh @@ -64,8 +64,6 @@ private: Used for motion events as the starting position. */ ButtonPressAction *_posqueue[BUTTONS]; - //! The delta x/y of the last motion sequence - int _dx, _dy; void insertPress(const XButtonEvent &e); @@ -99,7 +97,6 @@ public: virtual void unmapHandler(const XUnmapEvent &e); virtual void destroyHandler(const XDestroyWindowEvent &e); - //! Add a callback funtion to the back of the hook list /*! Registering functions for KeyPress events is pointless. Use |
