diff options
author | Geenz <geenz@geenzo.com> | 2013-03-11 10:16:22 -0400 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-03-11 10:16:22 -0400 |
commit | 5caa7a465e73fc9cf70f5f2c5d147a509bd5e185 (patch) | |
tree | d0a5cbbd80b01478f78b62d5015e2677671b34de /indra/llwindow/llwindowmacosx.h | |
parent | f3316f8aa2484a93a35b93a3dd4961b8bad7f751 (diff) |
Bug fixing and prep-work for IME support (along with refactored text input in general).
Diffstat (limited to 'indra/llwindow/llwindowmacosx.h')
-rw-r--r-- | indra/llwindow/llwindowmacosx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llwindow/llwindowmacosx.h b/indra/llwindow/llwindowmacosx.h index 14d6e70fb3..de0340cf74 100644 --- a/indra/llwindow/llwindowmacosx.h +++ b/indra/llwindow/llwindowmacosx.h @@ -120,6 +120,7 @@ public: void* getWindow() { return mWindow; } LLWindowCallbacks* getCallbacks() { return mCallbacks; } + LLPreeditor* getPreeditor() { return mPreeditor; } void updateMouseDeltas(float* deltas); void getMouseDeltas(float* delta); |