aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-06-25 07:58:03 +1000
committernyamatongwe <unknown>2011-06-25 07:58:03 +1000
commit640bc7546d4d8ad5228e09ed2d280ea12b0690e9 (patch)
tree8b0e456078c1db7c0751a9edee6bfbe258a24792 /src/Editor.h
parentaa198d68b4f938a20aadfb53267fab87f64a7004 (diff)
downloadscintilla-mirror-640bc7546d4d8ad5228e09ed2d280ea12b0690e9.tar.gz
Initial implementation of RGBA images.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h
index 74f0eff86..f1a500b74 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -131,6 +131,7 @@ protected: // ScintillaBase subclass needs access to much of Editor
* When a style attribute is changed, this cache is flushed. */
bool stylesValid;
ViewStyle vs;
+ Point sizeRGBAImage;
Palette palette;
int printMagnification;