diff options
author | Rye Cogtail <rye@lindenlab.com> | 2024-09-29 03:19:43 -0400 |
---|---|---|
committer | Rye Cogtail <rye@lindenlab.com> | 2024-09-29 04:14:17 -0400 |
commit | 85576e85b88a7f5f07d9ca77266a95e10d73396a (patch) | |
tree | fc6af9f54f47129891ff0b991739ec350ee8a078 /indra/llwindow/llwindowsdl.h | |
parent | 696a3a9fe13cebde0d6814007eb637dd4c941a4e (diff) |
Clean up SDL window creation and fix various bugs
Add support for Core and Debug GL context creation
Fix window position support
Fix vsync handling
Add minimum GL context support
Diffstat (limited to 'indra/llwindow/llwindowsdl.h')
-rw-r--r-- | indra/llwindow/llwindowsdl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowsdl.h b/indra/llwindow/llwindowsdl.h index 966c397945..7ad30d41ce 100644 --- a/indra/llwindow/llwindowsdl.h +++ b/indra/llwindow/llwindowsdl.h @@ -209,7 +209,7 @@ public: protected: LLWindowSDL(LLWindowCallbacks *callbacks, - const std::string &title, int x, int y, int width, int height, U32 flags, + const std::string &title, const std::string& name, int x, int y, int width, int height, U32 flags, bool fullscreen, bool clearBg, bool enable_vsync, bool use_gl, bool ignore_pixel_depth, U32 fsaa_samples); |