From 09fd0473a17f58b3f744d99a3f57cca60bf2aaf1 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 21 Jul 2011 16:33:42 +1000 Subject: Added dotted box indicator. --- src/XPM.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/XPM.h') diff --git a/src/XPM.h b/src/XPM.h index 8b72ef08d..b9c7308af 100644 --- a/src/XPM.h +++ b/src/XPM.h @@ -93,6 +93,7 @@ public: int GetWidth() const { return width; } int CountBytes() const; const unsigned char *Pixels() const; + void SetPixel(int x, int y, ColourDesired colour, int alpha=0xff); }; /** -- cgit v1.2.3