summaryrefslogtreecommitdiff
path: root/src/graphics/Graphics.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-07-24 14:38:18 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-07-24 14:38:18 (GMT)
commitda77cb809bf692794a70b680f24455f73ce7a396 (patch)
tree93ff18319944cd595be92eac581897a838ac77aa /src/graphics/Graphics.h
parentbc2e4ab23faa02164ba7e029c90868484184ec3b (diff)
downloadpowder-da77cb809bf692794a70b680f24455f73ce7a396.zip
powder-da77cb809bf692794a70b680f24455f73ce7a396.tar.gz
Inverted icon state
Diffstat (limited to 'src/graphics/Graphics.h')
-rw-r--r--src/graphics/Graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics/Graphics.h b/src/graphics/Graphics.h
index a550425..3b25bb1 100644
--- a/src/graphics/Graphics.h
+++ b/src/graphics/Graphics.h
@@ -138,7 +138,7 @@ public:
void blendpixel(int x, int y, int r, int g, int b, int a);
void addpixel(int x, int y, int r, int g, int b, int a);
- void draw_icon(int x, int y, Icon icon, unsigned char alpha = 255);
+ void draw_icon(int x, int y, Icon icon, unsigned char alpha = 255, bool invert = false);
void Clear();
void Finalise();