summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindowmacosx.h
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2013-03-11 17:29:05 -0400
committerprep <prep@lindenlab.com>2013-03-11 17:29:05 -0400
commit9ea6a96be9a5fda489d5e5ce28fc2df7c6f4c309 (patch)
tree9db5e64a1784aba260173666eb0b01af31c5485e /indra/llwindow/llwindowmacosx.h
parent8e3b190e919fde84a2189d974208f9d199d4bea6 (diff)
LLWindow merge fixes for Mac
Diffstat (limited to 'indra/llwindow/llwindowmacosx.h')
-rw-r--r--indra/llwindow/llwindowmacosx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowmacosx.h b/indra/llwindow/llwindowmacosx.h
index fcb738ed0f..af83b50097 100644
--- a/indra/llwindow/llwindowmacosx.h
+++ b/indra/llwindow/llwindowmacosx.h
@@ -122,7 +122,7 @@ public:
protected:
LLWindowMacOSX(LLWindowCallbacks* callbacks,
const std::string& title, const std::string& name, int x, int y, int width, int height, U32 flags,
- BOOL fullscreen, BOOL clearBg, BOOL disable_vsync,
+ BOOL fullscreen, BOOL clearBg, BOOL disable_vsync, BOOL use_gl,
BOOL ignore_pixel_depth,
U32 fsaa_samples);
~LLWindowMacOSX();