diff options
Diffstat (limited to 'src/osx/gui/WindowPrivate.h')
-rw-r--r-- | src/osx/gui/WindowPrivate.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/osx/gui/WindowPrivate.h b/src/osx/gui/WindowPrivate.h index e3b93f8a..076b59d9 100644 --- a/src/osx/gui/WindowPrivate.h +++ b/src/osx/gui/WindowPrivate.h @@ -17,8 +17,10 @@ style:(NSWindowStyleMask)style; @end -@interface CruView : NSView +@interface CruView : NSView <NSTextInputClient> - (instancetype)init:(cru::platform::gui::osx::details::OsxWindowPrivate*)p + input_context_p: + (cru::platform::gui::osx::details::OsxInputMethodContextPrivate*)input_context_p frame:(cru::platform::Rect)frame; @end |