From 8b27b94feb7edb3ff821a7f4cf4bcb97dd9f1082 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 1 Dec 2012 19:20:32 +0300 Subject: Add batch drawing to window. --- src/gui/widgets/window.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/window.h') 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 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; -- cgit v1.2.3-60-g2f50