summaryrefslogtreecommitdiff
path: root/indra/llwindow
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-05-17 09:41:29 +0800
committerErik Kundiman <erik@megapahit.org>2024-05-17 10:26:06 +0800
commit52784ad1722e515d9fe49ceddc9c5daf74656e77 (patch)
treec2946c6a0b8513a249a93934208b542d779306e5 /indra/llwindow
parent21aed6a877b2d82c3758704f403785be6809188d (diff)
Parts that were left out during 7.1.7 merge
Including a very important one which is so assets are fetched!
Diffstat (limited to 'indra/llwindow')
-rw-r--r--indra/llwindow/llwindowsdl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowsdl.cpp b/indra/llwindow/llwindowsdl.cpp
index 5c0be53673..086db4b33b 100644
--- a/indra/llwindow/llwindowsdl.cpp
+++ b/indra/llwindow/llwindowsdl.cpp
@@ -771,7 +771,7 @@ BOOL LLWindowSDL::createContext(int x, int y, int width, int height, int bits, B
if ( info.subsystem == SDL_SYSWM_X11 )
{
mSDL_Display = info.info.x11.display;
- mSDL_XWindowID = info.info.x11.wmwindow;
+ mSDL_XWindowID = info.info.x11.window;
/*
Lock_Display = info.info.x11.lock_func;
Unlock_Display = info.info.x11.unlock_func;