From bfcca01e5ca79625e62a3ffea8c7a2df821753fe Mon Sep 17 00:00:00 2001 From: Ansariel Date: Tue, 20 May 2014 21:05:00 +0200 Subject: [PATCH] Hello, legacy cursor bug... --- indra/llwindow/llwindowmacosx.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/indra/llwindow/llwindowmacosx.cpp b/indra/llwindow/llwindowmacosx.cpp index 3b4cf04b17..30d7f035c3 100755 --- a/indra/llwindow/llwindowmacosx.cpp +++ b/indra/llwindow/llwindowmacosx.cpp @@ -117,10 +117,10 @@ LLWindowMacOSX::LLWindowMacOSX(LLWindowCallbacks* callbacks, BOOL fullscreen, BOOL clearBg, BOOL disable_vsync, BOOL use_gl, BOOL ignore_pixel_depth, - /*U32 fsaa_samples,) // Legacy cursor setting from main program - : LLWindow(NULL, fullscreen, flags)*/ - U32 fsaa_samples, BOOL useLegacyCursors) - : LLWindow(NULL, fullscreen, flags), mUseLegacyCursors(useLegacyCursors) + //U32 fsaa_samples,) // Legacy cursor setting from main program + U32 fsaa_samples, + BOOL useLegacyCursors) + : LLWindow(NULL, fullscreen, flags) { // *HACK: During window construction we get lots of OS events for window // reshape, activate, etc. that the viewer isn't ready to handle.