diff options
author | Geenz <geenz@geenzo.com> | 2013-06-17 08:59:01 -0400 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-06-17 08:59:01 -0400 |
commit | 93531f3ba85748ba5c9f1d797c4925f55fe8b92c (patch) | |
tree | 7691427ffccb5a711e7c580062976bbeeadbba95 /indra/llwindow/llappdelegate-objc.h | |
parent | f8abfb63c32a0926a393a4359c6f387482d2448e (diff) |
Insert text into the input window when we attempt to insert text without a pre-editor. Also handle backspace as a special case when determining if the input window needs to be displayed.
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 be9ad4d79f..b1d78d5e3c 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; +- (void) showInputWindow:(bool)show withText:(id)text; - (void) languageUpdated; @end |