aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/XPM.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-07-21 16:33:42 +1000
committernyamatongwe <devnull@localhost>2011-07-21 16:33:42 +1000
commita57bbf73951d047ec5b96d5c81381b8b6c52abb3 (patch)
tree56b8b15fc1be384fb3ceca6b2bd02e5e10f76b90 /src/XPM.h
parenta2ec13fe577a76af4ce49639f93ce125597686f7 (diff)
downloadscintilla-mirror-a57bbf73951d047ec5b96d5c81381b8b6c52abb3.tar.gz
Added dotted box indicator.
Diffstat (limited to 'src/XPM.h')
-rw-r--r--src/XPM.h1
1 files changed, 1 insertions, 0 deletions
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);
};
/**