diff options
author | John Ankarström <john@ankarstrom.se> | 2022-08-06 01:27:42 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-08-06 01:30:21 +0200 |
commit | 86a0cec08f11de875d25012e5b251a91739ce06c (patch) | |
tree | 85e017eaae5906e12116f0f135455e226a4f936d /c/layout.h | |
parent | b6c520120626dc0dd652c05ae19414b1f5393338 (diff) | |
download | EpisodeBrowser-86a0cec08f11de875d25012e5b251a91739ce06c.tar.gz |
Rearrange source.
Diffstat (limited to 'c/layout.h')
-rw-r--r-- | c/layout.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |