diff options
author | Jacek Antonelli | 2008-08-15 23:44:59 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:59 -0500 |
commit | a408bac29378072fbf36864164149458c978cfcc (patch) | |
tree | 67feccf1a5d3816611ba48d6762f86f0f7f4b1f6 /linden/indra/llwindow/llwindowmacosx.h | |
parent | Second Life viewer sources 1.17.0.12 (diff) | |
download | meta-impy-a408bac29378072fbf36864164149458c978cfcc.zip meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.gz meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.bz2 meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.xz |
Second Life viewer sources 1.17.1.0
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llwindow/llwindowmacosx.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linden/indra/llwindow/llwindowmacosx.h b/linden/indra/llwindow/llwindowmacosx.h index 63d846e..01b9303 100644 --- a/linden/indra/llwindow/llwindowmacosx.h +++ b/linden/indra/llwindow/llwindowmacosx.h | |||
@@ -108,6 +108,8 @@ public: | |||
108 | /*virtual*/ void *getPlatformWindow(); | 108 | /*virtual*/ void *getPlatformWindow(); |
109 | /*virtual*/ void bringToFront() {}; | 109 | /*virtual*/ void bringToFront() {}; |
110 | 110 | ||
111 | /*virtual*/ void allowLanguageTextInput(BOOL b); | ||
112 | |||
111 | protected: | 113 | protected: |
112 | LLWindowMacOSX( | 114 | LLWindowMacOSX( |
113 | char *title, char *name, int x, int y, int width, int height, U32 flags, | 115 | char *title, char *name, int x, int y, int width, int height, U32 flags, |
@@ -183,6 +185,12 @@ protected: | |||
183 | NMRec mBounceRec; | 185 | NMRec mBounceRec; |
184 | LLTimer mBounceTimer; | 186 | LLTimer mBounceTimer; |
185 | 187 | ||
188 | // Imput method management through Text Service Manager. | ||
189 | TSMDocumentID mTSMDocument; | ||
190 | BOOL mLanguageTextInputAllowed; | ||
191 | ScriptCode mTSMScriptCode; | ||
192 | LangCode mTSMLangCode; | ||
193 | |||
186 | friend class LLWindowManager; | 194 | friend class LLWindowManager; |
187 | }; | 195 | }; |
188 | 196 | ||