summaryrefslogtreecommitdiff
path: root/src/gui/widgets/window.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-12-01 19:20:32 +0300
committerAndrei Karas <akaras@inbox.ru>2012-12-01 22:58:18 +0300
commit8b27b94feb7edb3ff821a7f4cf4bcb97dd9f1082 (patch)
tree964557d875a7d994cb2125f0fd10c30a6fc38b03 /src/gui/widgets/window.h
parent212f1eaecc51ca4a112d0e1e22b4a02faec838f3 (diff)
downloadplus-8b27b94feb7edb3ff821a7f4cf4bcb97dd9f1082.tar.gz
plus-8b27b94feb7edb3ff821a7f4cf4bcb97dd9f1082.tar.bz2
plus-8b27b94feb7edb3ff821a7f4cf4bcb97dd9f1082.tar.xz
plus-8b27b94feb7edb3ff821a7f4cf4bcb97dd9f1082.zip
Add batch drawing to window.
Diffstat (limited to 'src/gui/widgets/window.h')
-rw-r--r--src/gui/widgets/window.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h
index 2f70bf763..7b05c65f6 100644
--- a/src/gui/widgets/window.h
+++ b/src/gui/widgets/window.h
@@ -33,7 +33,7 @@
#include <guichan/widgets/window.hpp>
class ContainerPlacer;
-class GraphicsVertexes;
+class ImageCollection;
class Layout;
class LayoutCell;
class ResizeGrip;
@@ -490,13 +490,14 @@ class Window : public gcn::Window,
* where two borders are moved at the same time.
*/
static const unsigned resizeBorderWidth = 10;
- GraphicsVertexes *mVertexes;
+ ImageCollection *mVertexes;
int mCaptionOffsetX;
int mCaptionOffsetY;
int mCaptionAlign;
int mTitlePadding;
int mGripPadding;
int mResizeHandles;
+ int mOldResizeHandles;
bool mRedraw;
bool mPlayVisibleSound;
gcn::Font *mCaptionFont;