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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-07-11 10:09:41 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130711100941-f0rwuvcwgl8ulqo8
Tags: 1.3.7.7.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
        unsigned mMaxItems;
115
115
        int mBoxWidth;
116
116
        int mBoxHeight;
117
 
        int mCursorPosX, mCursorPosY;
118
 
        int mGridWidth, mGridHeight;
 
117
        int mGridWidth;
 
118
        int mGridHeight;
119
119
        ImageCollection *mVertexes;
120
120
        bool mRedraw;
121
121
};