diff options
author | Geenz <geenz@geenzo.com> | 2013-03-25 05:26:55 -0400 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-03-25 05:26:55 -0400 |
commit | 258b77b64777a5ce5fef0ef066aa52b34b43ba65 (patch) | |
tree | a36e8ecdea32a932c74dde044336014f63368d7a /indra/llwindow/llopenglview-objc.h | |
parent | 6c200a94f705667201bcaf0753986da90a2748eb (diff) |
Additional IME support. LLPreeditor is largely good to go at this point, but there's still some work to do in getSegments.
Diffstat (limited to 'indra/llwindow/llopenglview-objc.h')
-rw-r--r-- | indra/llwindow/llopenglview-objc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llwindow/llopenglview-objc.h b/indra/llwindow/llopenglview-objc.h index 5134063193..8140421e44 100644 --- a/indra/llwindow/llopenglview-objc.h +++ b/indra/llwindow/llopenglview-objc.h @@ -20,6 +20,8 @@ std::string mLastDraggedUrl; unsigned int mModifiers; float mMousePos[2]; + bool mHasMarkedText; + unsigned int mMarkedTextLength; } - (id) initWithSamples:(NSUInteger)samples; - (id) initWithSamples:(NSUInteger)samples andVsync:(BOOL)vsync; @@ -40,6 +42,8 @@ - (unsigned long) getVramSize; +- (segment_t) getSegments:(NSAttributedString*)str; + @end @interface LLNSWindow : NSWindow |