Revert "Fix T102306: buildtime shader compilation option fails under Wayland"

This reverts commit 6fa05e2c29.
This commit is contained in:
Campbell Barton 2022-11-09 13:54:19 +11:00
parent 6fa05e2c29
commit 801db0d429
Notes: blender-bot 2023-02-14 10:43:47 +01:00
Referenced by issue #102306, GHOST: Wayland: buildtime shader compilation option with Libdecor failling
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ void ShaderBuilder::init()
break;
}
ghost_system_ = GHOST_CreateSystemBackground();
ghost_system_ = GHOST_CreateSystem();
ghost_context_ = GHOST_CreateOpenGLContext(ghost_system_, glSettings);
GHOST_ActivateOpenGLContext(ghost_context_);