diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llwindow/llwindowheadless.cpp | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llwindow/llwindowheadless.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llwindow/llwindowheadless.cpp b/linden/indra/llwindow/llwindowheadless.cpp index 441b4e9..c8f0c5c 100644 --- a/linden/indra/llwindow/llwindowheadless.cpp +++ b/linden/indra/llwindow/llwindowheadless.cpp | |||
@@ -37,7 +37,7 @@ | |||
37 | // | 37 | // |
38 | // LLWindowHeadless | 38 | // LLWindowHeadless |
39 | // | 39 | // |
40 | LLWindowHeadless::LLWindowHeadless(char *title, char *name, S32 x, S32 y, S32 width, S32 height, | 40 | LLWindowHeadless::LLWindowHeadless(const std::string& title, const std::string& name, S32 x, S32 y, S32 width, S32 height, |
41 | U32 flags, BOOL fullscreen, BOOL clearBg, | 41 | U32 flags, BOOL fullscreen, BOOL clearBg, |
42 | BOOL disable_vsync, BOOL use_gl, BOOL ignore_pixel_depth) | 42 | BOOL disable_vsync, BOOL use_gl, BOOL ignore_pixel_depth) |
43 | : LLWindow(fullscreen, flags) | 43 | : LLWindow(fullscreen, flags) |