~qcumber-some/widelands/spice-up-cmake

« back to all changes in this revision

Viewing changes to src/graphic/surface.h

  • Committer: Jens Beyer (Qcumber-some)
  • Date: 2010-05-28 14:51:37 UTC
  • mfrom: (5149.1.226 trunk)
  • Revision ID: qcumber-some@buerotiger.de-20100528145137-0pyil9qw7szyztsw
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
 
93
93
        void clear();
94
94
        void draw_rect(Rect, RGBColor);
95
 
        void fill_rect(Rect, RGBColor);
 
95
        void fill_rect(Rect, RGBAColor);
96
96
        void brighten_rect(Rect, int32_t factor);
97
97
 
98
98
        void blit(Point, Surface *, Rect srcrc);