aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/PlatCocoa.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-06-04 21:53:39 +1000
committernyamatongwe <unknown>2011-06-04 21:53:39 +1000
commit2bab6f19c8d2d4ced303e74f6197b633e5ed39f1 (patch)
treecf663b8709caba1698fe0b1fd256e6eae9d47992 /cocoa/PlatCocoa.h
parentbe133968b94c77ea9e4bdcea16175f96f7481bae (diff)
downloadscintilla-mirror-2bab6f19c8d2d4ced303e74f6197b633e5ed39f1.tar.gz
Store codePage on Surface.
Diffstat (limited to 'cocoa/PlatCocoa.h')
-rw-r--r--cocoa/PlatCocoa.h1
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. */