diff options
author | Nyx Linden <nyx@lindenlab.com> | 2012-09-24 17:19:16 +0000 |
---|---|---|
committer | Nyx Linden <nyx@lindenlab.com> | 2012-09-24 17:19:16 +0000 |
commit | 33099f4b7b55c166ba77a3e862573cd68ec4acef (patch) | |
tree | 07626f4aa5af7a99c7c34123e25687f09715ef00 /indra/llwindow/llwindowheadless.cpp | |
parent | 93769c43e209b206ed06c1a812900e5e51473a74 (diff) | |
parent | d3924200b6b8817461c0f10f87a643005466d4af (diff) |
merge
Diffstat (limited to 'indra/llwindow/llwindowheadless.cpp')
-rw-r--r-- | indra/llwindow/llwindowheadless.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowheadless.cpp b/indra/llwindow/llwindowheadless.cpp index e6e6bc67ff..dbdb40f5b9 100644 --- a/indra/llwindow/llwindowheadless.cpp +++ b/indra/llwindow/llwindowheadless.cpp @@ -35,7 +35,7 @@ // LLWindowHeadless::LLWindowHeadless(LLWindowCallbacks* callbacks, const std::string& title, const std::string& name, S32 x, S32 y, S32 width, S32 height, U32 flags, BOOL fullscreen, BOOL clear_background, - BOOL disable_vsync, BOOL use_gl, BOOL ignore_pixel_depth) + BOOL disable_vsync, BOOL ignore_pixel_depth) : LLWindow(callbacks, fullscreen, flags) { // Initialize a headless keyboard. |