diff options
author | Geenz <geenz@geenzo.com> | 2013-05-13 19:39:45 -0400 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-05-13 19:39:45 -0400 |
commit | b27899ee0e035ebd4072a5e6162678f2afe81053 (patch) | |
tree | d78a491f5c8a63277c3787eba313b3f82bb02b53 /indra/llwindow | |
parent | aa0cb35db561004c205c7aac2570407ae88ad472 (diff) |
Added IME input window white list.
Diffstat (limited to 'indra/llwindow')
-rw-r--r-- | indra/llwindow/llappdelegate-objc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llwindow/llappdelegate-objc.h b/indra/llwindow/llappdelegate-objc.h index e7f6ecd5fc..be9ad4d79f 100644 --- a/indra/llwindow/llappdelegate-objc.h +++ b/indra/llwindow/llappdelegate-objc.h @@ -14,12 +14,16 @@ NSWindow *inputWindow; LLNonInlineTextView *inputView; NSTimer *frameTimer; + NSString *currentInputLanguage; } @property (assign) IBOutlet LLNSWindow *window; @property (assign) IBOutlet NSWindow *inputWindow; @property (assign) IBOutlet LLNonInlineTextView *inputView; +@property (retain) NSString *currentInputLanguage; + - (void) mainLoop; - (void) showInputWindow:(bool)show; +- (void) languageUpdated; @end |