Commit: 6739cbcef61c616fd702514b900ccb3f68ec189f
Author: Jeroen Bakker
Date:   Wed Oct 19 11:55:10 2022 +0200
Branches: temp-T101905-gpu-backend-argument
https://developer.blender.org/rB6739cbcef61c616fd702514b900ccb3f68ec189f

Fix compilation errors windows.

===================================================================

M       intern/ghost/intern/GHOST_SystemWin32.cpp

===================================================================

diff --git a/intern/ghost/intern/GHOST_SystemWin32.cpp 
b/intern/ghost/intern/GHOST_SystemWin32.cpp
index 6fb23173c87..54c892d296e 100644
--- a/intern/ghost/intern/GHOST_SystemWin32.cpp
+++ b/intern/ghost/intern/GHOST_SystemWin32.cpp
@@ -226,7 +226,7 @@ GHOST_IWindow *GHOST_SystemWin32::createWindow(const char 
*title,
       width,
       height,
       state,
-      type,
+      glSettings.context_type,
       ((glSettings.flags & GHOST_glStereoVisual) != 0),
       false,
       (GHOST_WindowWin32 *)parentWindow,

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to