From 5667f6806ec0fc36a2f416ed03c802c983c0ea6e Mon Sep 17 00:00:00 2001 From: Liny Date: Tue, 20 May 2014 12:40:30 -0700 Subject: [PATCH] Proper fix for max OSX compiling. --- indra/llwindow/llwindowmacosx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/llwindow/llwindowmacosx.cpp b/indra/llwindow/llwindowmacosx.cpp index 30d7f035c3..cd3d276c0e 100755 --- a/indra/llwindow/llwindowmacosx.cpp +++ b/indra/llwindow/llwindowmacosx.cpp @@ -122,6 +122,7 @@ LLWindowMacOSX::LLWindowMacOSX(LLWindowCallbacks* callbacks, BOOL useLegacyCursors) : LLWindow(NULL, fullscreen, flags) { + mUseLegacyCursors = useLegacyCursors; // Legacy cursor setting from main program // *HACK: During window construction we get lots of OS events for window // reshape, activate, etc. that the viewer isn't ready to handle. // Route them to a dummy callback structure until the end of constructor.