diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llwindow/llwindowmacosx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/llwindow/llwindowmacosx.h b/linden/indra/llwindow/llwindowmacosx.h index 9e87e9f..92c73e8 100644 --- a/linden/indra/llwindow/llwindowmacosx.h +++ b/linden/indra/llwindow/llwindowmacosx.h | |||
@@ -117,6 +117,10 @@ public: | |||
117 | 117 | ||
118 | static std::vector<std::string> getDynamicFallbackFontList(); | 118 | static std::vector<std::string> getDynamicFallbackFontList(); |
119 | 119 | ||
120 | // Provide native key event data | ||
121 | /*virtual*/ LLSD getNativeKeyData(); | ||
122 | |||
123 | |||
120 | protected: | 124 | protected: |
121 | LLWindowMacOSX( | 125 | LLWindowMacOSX( |
122 | const std::string& title, const std::string& name, int x, int y, int width, int height, U32 flags, | 126 | const std::string& title, const std::string& name, int x, int y, int width, int height, U32 flags, |