From 8e7abb562861d53f9aa0a4fb0ebae52adaeb17e5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 29 Jul 2013 00:06:07 +0300 Subject: move bools in button. --- src/gui/widgets/button.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/gui/widgets/button.h') diff --git a/src/gui/widgets/button.h b/src/gui/widgets/button.h index 3509aeded..4d581f80d 100644 --- a/src/gui/widgets/button.h +++ b/src/gui/widgets/button.h @@ -145,13 +145,7 @@ class Button final : public gcn::Button, static float mAlpha; std::string mDescription; - unsigned mClickCount; - int mTag; ImageCollection *mVertexes2; - bool mRedraw; - int mMode; - int mXOffset; - int mYOffset; gcn::Color mEnabledColor; gcn::Color mEnabledColor2; gcn::Color mDisabledColor; @@ -162,8 +156,14 @@ class Button final : public gcn::Button, gcn::Color mPressedColor2; Image **mImages; ImageSet *mImageSet; + unsigned mClickCount; + int mTag; + int mMode; + int mXOffset; + int mYOffset; int mImageWidth; int mImageHeight; + bool mRedraw; bool mStick; bool mPressed; }; -- cgit v1.2.3-60-g2f50