[Bf-blender-cvs] [6739cbcef61] temp-T101905-gpu-backend-argument: Fix compilation errors windows.

Jeroen Bakker noreply at git.blender.org
Wed Oct 19 11:56:51 CEST 2022


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,



More information about the Bf-blender-cvs mailing list