~ubuntu-branches/ubuntu/trusty/manaplus/trusty-proposed

« back to all changes in this revision

Viewing changes to src/gui/widgets/button.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-08-13 10:18:49 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20130813101849-gna1clq5vxvb8p5f
Tags: 1.3.8.4-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
        static float mAlpha;
146
146
 
147
147
        std::string mDescription;
148
 
        unsigned mClickCount;
149
 
        int mTag;
150
148
        ImageCollection *mVertexes2;
151
 
        bool mRedraw;
152
 
        int mMode;
153
 
        int mXOffset;
154
 
        int mYOffset;
155
149
        gcn::Color mEnabledColor;
156
150
        gcn::Color mEnabledColor2;
157
151
        gcn::Color mDisabledColor;
162
156
        gcn::Color mPressedColor2;
163
157
        Image **mImages;
164
158
        ImageSet *mImageSet;
 
159
        unsigned mClickCount;
 
160
        int mTag;
 
161
        int mMode;
 
162
        int mXOffset;
 
163
        int mYOffset;
165
164
        int mImageWidth;
166
165
        int mImageHeight;
 
166
        bool mRedraw;
167
167
        bool mStick;
168
168
        bool mPressed;
169
169
};