diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-08-16 17:40:27 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-08-16 17:40:27 +0000 |
commit | 30967d7adb6b2aefb83b91b1136fe676770d7d44 (patch) | |
tree | 9174d483a0bb5fb09c6f130c6bfa3d5bdfa1f51d /src/gui/window.h | |
parent | f6fabeacc35b67ca0a44bf50cf6ca7d2378c289d (diff) | |
download | mana-30967d7adb6b2aefb83b91b1136fe676770d7d44.tar.gz mana-30967d7adb6b2aefb83b91b1136fe676770d7d44.tar.bz2 mana-30967d7adb6b2aefb83b91b1136fe676770d7d44.tar.xz mana-30967d7adb6b2aefb83b91b1136fe676770d7d44.zip |
Bugfixing and simplifying the resize code. Still a little bit buggy. (We were working on the same thing Elven, ;)
Diffstat (limited to 'src/gui/window.h')
-rw-r--r-- | src/gui/window.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/window.h b/src/gui/window.h index e9567762..be9c9ea1 100644 --- a/src/gui/window.h +++ b/src/gui/window.h @@ -172,10 +172,6 @@ class Window : public gcn::Window, public ConfigListener bool resizable; /**< Window can be resized */ bool mMouseResize; /**< Window is being resized */ - bool mTopBorderDrag; /**< Top border is being dragged */ - bool mLeftBorderDrag; /**< Left border is being dragged */ - bool mRightBorderDrag; /**< Right border is being dragged */ - bool mBottomBorderDrag; /**< Bottom border is being dragged */ int minWinWidth; /**< Minimum window width */ int minWinHeight; /**< Minimum window height */ |