~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, Andrei Karas, Patrick Matthäi
  • Date: 2013-05-18 21:06:29 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130518210629-3trtowluum0tekob
Tags: 1.3.5.12-1
[ Andrei Karas ]
* Add new files to copyright file.

[ Patrick Matthäi ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
        int mXOffset;
154
154
        int mYOffset;
155
155
        gcn::Color mEnabledColor;
 
156
        gcn::Color mEnabledColor2;
156
157
        gcn::Color mDisabledColor;
 
158
        gcn::Color mDisabledColor2;
157
159
        gcn::Color mHighlightedColor;
 
160
        gcn::Color mHighlightedColor2;
158
161
        gcn::Color mPressedColor;
 
162
        gcn::Color mPressedColor2;
159
163
        Image **mImages;
160
164
        ImageSet *mImageSet;
161
165
        int mImageWidth;