From 2347b18b63c611bfb071e7a7fc086ff28c5abd01 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 17 Apr 2013 13:53:26 +1000 Subject: Switch from implementing NSTextInput to its replacement NSTextInputClient NSTextInput is slated for deprecation and NSTextInputClient allows the selection of accented characters through pressing and holding the base key. --- cocoa/ScintillaView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa/ScintillaView.h') diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h index 87a443f73..996501788 100644 --- a/cocoa/ScintillaView.h +++ b/cocoa/ScintillaView.h @@ -48,7 +48,7 @@ extern NSString *SCIUpdateUINotification; * InnerView is the Cocoa interface to the Scintilla backend. It handles text input and * provides a canvas for painting the output. */ -@interface InnerView : NSView +@interface InnerView : NSView { @private ScintillaView* mOwner; -- cgit v1.2.3