From 2bab6f19c8d2d4ced303e74f6197b633e5ed39f1 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 4 Jun 2011 21:53:39 +1000 Subject: Store codePage on Surface. --- cocoa/PlatCocoa.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cocoa/PlatCocoa.h') 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. */ -- cgit v1.2.3