changeset 20717:19b7ec9e442d draft

fixup! Codechange: [OSX] Make our view aware of text input by IMEs.
author Michael Lutz <michi@icosahedron.de>
date Sun, 28 Jul 2013 20:16:47 +0200
parents 42bd8405a50c
children 9b39704a6cd8
files src/video/cocoa/cocoa_v.mm
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/cocoa/cocoa_v.mm
+++ b/src/video/cocoa/cocoa_v.mm
@@ -952,7 +952,11 @@
 }
 
 /** Identifier for this text input instance. */
+#if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_5
+- (long)conversationIdentifier
+#else
 - (NSInteger)conversationIdentifier
+#endif
 {
 	return 0;
 }