diff options
author | Geenz <geenz@geenzo.com> | 2013-05-23 08:50:05 -0400 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-05-23 08:50:05 -0400 |
commit | cda10266ae91e28f2ac60b8472d6b8592f877d65 (patch) | |
tree | 6e3d374cb7973069de3cfce7f7bd7252e8aa5c35 /indra/llwindow/llopenglview-objc.h | |
parent | 5683fe2fa332244a7e1e172021663a7d22c58e0c (diff) |
Only show the input window when we attempt to add marked text, *and* we can't submit marked text directly to the viewer.
Diffstat (limited to 'indra/llwindow/llopenglview-objc.h')
-rw-r--r-- | indra/llwindow/llopenglview-objc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llwindow/llopenglview-objc.h b/indra/llwindow/llopenglview-objc.h index 6d0f138950..e20ea533fb 100644 --- a/indra/llwindow/llopenglview-objc.h +++ b/indra/llwindow/llopenglview-objc.h @@ -20,6 +20,7 @@ bool mHasMarkedText; unsigned int mMarkedTextLength; NSAttributedString *mMarkedText; + bool mMarkedTextAllowed; } - (id) initWithSamples:(NSUInteger)samples; - (id) initWithSamples:(NSUInteger)samples andVsync:(BOOL)vsync; @@ -42,6 +43,8 @@ - (unsigned long) getVramSize; +- (void) allowMarkedTextInput:(bool)allowed; + @end @interface LLNonInlineTextView : NSTextView |