diff options
Diffstat (limited to 'linden/indra/llwindow/llwindowmacosx.h')
-rw-r--r-- | linden/indra/llwindow/llwindowmacosx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/llwindow/llwindowmacosx.h b/linden/indra/llwindow/llwindowmacosx.h index 80145b9..789e2ed 100644 --- a/linden/indra/llwindow/llwindowmacosx.h +++ b/linden/indra/llwindow/llwindowmacosx.h | |||
@@ -68,7 +68,7 @@ public: | |||
68 | /*virtual*/ void hideCursorUntilMouseMove(); | 68 | /*virtual*/ void hideCursorUntilMouseMove(); |
69 | /*virtual*/ BOOL isCursorHidden(); | 69 | /*virtual*/ BOOL isCursorHidden(); |
70 | /*virtual*/ void setCursor(ECursorType cursor); | 70 | /*virtual*/ void setCursor(ECursorType cursor); |
71 | /*virtual*/ ECursorType getCursor(); | 71 | /*virtual*/ ECursorType getCursor() const; |
72 | /*virtual*/ void captureMouse(); | 72 | /*virtual*/ void captureMouse(); |
73 | /*virtual*/ void releaseMouse(); | 73 | /*virtual*/ void releaseMouse(); |
74 | /*virtual*/ void setMouseClipping( BOOL b ); | 74 | /*virtual*/ void setMouseClipping( BOOL b ); |
@@ -112,7 +112,6 @@ public: | |||
112 | /*virtual*/ void bringToFront() {}; | 112 | /*virtual*/ void bringToFront() {}; |
113 | 113 | ||
114 | /*virtual*/ void allowLanguageTextInput(LLPreeditor *preeditor, BOOL b); | 114 | /*virtual*/ void allowLanguageTextInput(LLPreeditor *preeditor, BOOL b); |
115 | /*virtual*/ void updateLanguageTextInputArea(const LLCoordGL& caret, const LLRect& bounds); | ||
116 | /*virtual*/ void interruptLanguageTextInput(); | 115 | /*virtual*/ void interruptLanguageTextInput(); |
117 | 116 | ||
118 | protected: | 117 | protected: |