diff options
Diffstat (limited to 'indra/llwindow/llwindowwin32.h')
-rw-r--r-- | indra/llwindow/llwindowwin32.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llwindow/llwindowwin32.h b/indra/llwindow/llwindowwin32.h index 5eb2cfbb79..cb105c2128 100644 --- a/indra/llwindow/llwindowwin32.h +++ b/indra/llwindow/llwindowwin32.h @@ -87,6 +87,7 @@ public: /*virtual*/ void focusClient(); /*virtual*/ void allowLanguageTextInput(BOOL b); + /*virtual*/ void setLanguageTextInput( const LLCoordGL & pos ); protected: LLWindowWin32( @@ -156,11 +157,10 @@ protected: BOOL mMousePositionModified; BOOL mInputProcessingPaused; - // The following five variables are for Language Text Input control. + // The following variables are for Language Text Input control. // They are all static, since one context is shared by all LLWindowWin32 // instances. static BOOL sLanguageTextInputAllowed; - static BOOL sWinIMEOpened; static HKL sWinInputLocale; static DWORD sWinIMEConversionMode; static DWORD sWinIMESentenceMode; |