diff options
author | nyamatongwe <devnull@localhost> | 2011-07-21 16:33:42 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-07-21 16:33:42 +1000 |
commit | a57bbf73951d047ec5b96d5c81381b8b6c52abb3 (patch) | |
tree | 56b8b15fc1be384fb3ceca6b2bd02e5e10f76b90 /src/XPM.h | |
parent | a2ec13fe577a76af4ce49639f93ce125597686f7 (diff) | |
download | scintilla-mirror-a57bbf73951d047ec5b96d5c81381b8b6c52abb3.tar.gz |
Added dotted box indicator.
Diffstat (limited to 'src/XPM.h')
-rw-r--r-- | src/XPM.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); }; /** |