summaryrefslogtreecommitdiff
path: root/src/gui/widgets/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/button.h')
-rw-r--r--src/gui/widgets/button.h12
1 files changed, 6 insertions, 6 deletions
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;
};