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

« back to all changes in this revision

Viewing changes to src/gui/widgets/listbox.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:
91
91
 
92
92
    protected:
93
93
        gcn::Color mHighlightColor;
 
94
        gcn::Color mForegroundColor2;
94
95
        gcn::Color mForegroundSelectedColor;
 
96
        gcn::Color mForegroundSelectedColor2;
95
97
        bool mDistributeMousePressed;
96
98
        int mOldSelected;
97
99
        int mPadding;