diff options
author | Jacek Antonelli | 2008-08-15 23:45:37 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:37 -0500 |
commit | 31ba05810c641f14e8ab5da8ad2aaf527779f6c1 (patch) | |
tree | c4b8d635dfb657fa4cfee7c285f8cadbf24afa90 /linden/indra/llwindow/llwindowmacosx.h | |
parent | Second Life viewer sources 1.19.1.1 (diff) | |
download | meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.zip meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.gz meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.bz2 meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.xz |
Second Life viewer sources 1.19.1.2
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: |