diff options
author | Geenz <geenz@geenzo.com> | 2013-06-17 10:28:32 -0400 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-06-17 10:28:32 -0400 |
commit | 2253d22eb85a6b4c5e48b9905d807d0ac48b1930 (patch) | |
tree | 510e9861bf992477c8a1b78b4f7bb5d8a4ed93eb /indra/llwindow/llappdelegate-objc.h | |
parent | 440a1ee3bae4ea9553fa57d806f942a472923190 (diff) |
Have showInputWindow hand off input events to the bottom line input window.
Diffstat (limited to 'indra/llwindow/llappdelegate-objc.h')
-rw-r--r-- | indra/llwindow/llappdelegate-objc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llappdelegate-objc.h b/indra/llwindow/llappdelegate-objc.h index b1d78d5e3c..266f417c4b 100644 --- a/indra/llwindow/llappdelegate-objc.h +++ b/indra/llwindow/llappdelegate-objc.h @@ -24,6 +24,6 @@ @property (retain) NSString *currentInputLanguage; - (void) mainLoop; -- (void) showInputWindow:(bool)show withText:(id)text; +- (void) showInputWindow:(bool)show withEvent:(NSEvent*)textEvent; - (void) languageUpdated; @end |