aboutsummaryrefslogtreecommitdiff
path: root/c/layout.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-08-06 01:27:42 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-08-06 01:30:21 +0200
commit86a0cec08f11de875d25012e5b251a91739ce06c (patch)
tree85e017eaae5906e12116f0f135455e226a4f936d /c/layout.h
parentb6c520120626dc0dd652c05ae19414b1f5393338 (diff)
downloadEpisodeBrowser-86a0cec08f11de875d25012e5b251a91739ce06c.tar.gz
Rearrange source.
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;