aboutsummaryrefslogtreecommitdiff
path: root/c/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/layout.h')
-rw-r--r--c/layout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/layout.h b/c/layout.h
index cbdcac7..3d9cc3b 100644
--- a/c/layout.h
+++ b/c/layout.h
@@ -26,10 +26,10 @@ protected:
virtual bool InDragArea(int x, int y);
/* Perform drag, resizing relevant windows. */
virtual void Drag(int x, int y);
- /* Called after drag, when mouse button is released. */
- virtual void Done();
/* Reset dragger to automatic position. */
virtual void Reset();
+ /* Called after drag, when mouse button is released. */
+ virtual void Done();
private:
bool m_bActive = false;
long m_time = 0;