diff options
author | nyamatongwe <devnull@localhost> | 2011-06-04 21:53:39 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-06-04 21:53:39 +1000 |
commit | 0b6f9265d69dc66159f9442ad461d5c88d75410d (patch) | |
tree | 98ad589354e9d602f3346ac179c4c146f4159c23 | |
parent | cb02808f900636815746b26fe55eccaf36ffe0f6 (diff) | |
download | scintilla-mirror-0b6f9265d69dc66159f9442ad461d5c88d75410d.tar.gz |
Store codePage on Surface.
-rw-r--r-- | cocoa/PlatCocoa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cocoa/PlatCocoa.h b/cocoa/PlatCocoa.h index a9ff87b0e..3e0aa09d8 100644 --- a/cocoa/PlatCocoa.h +++ b/cocoa/PlatCocoa.h @@ -48,6 +48,7 @@ private: /** The text layout instance */ QuartzTextLayout* textLayout; + int codePage; /** If the surface is a bitmap context, contains a reference to the bitmap data. */ uint8_t* bitmapData; /** If the surface is a bitmap context, stores the dimensions of the bitmap. */ |