Proper fix for max OSX compiling.

Liny 2014-05-20 12:40:30 -07:00
parent 2067c67249
commit 5667f6806e
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ LLWindowMacOSX::LLWindowMacOSX(LLWindowCallbacks* callbacks,
BOOL useLegacyCursors)
: LLWindow(NULL, fullscreen, flags)
{
mUseLegacyCursors = useLegacyCursors; // <FS:LO> 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.