Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kmsdrm: Fix wrong check on KMSDRM_CreateWindow.
A previous cleanup commit inverted a statement that checked the return value of a KMSDRM_CreateSurfaces call during KMSDRM_CreateWindow, which causes the video backend to always fail despite success. This commit restores the intended behavior. Fixes: 3c501b9 ("Clang-Tidy fixes (libsdl-org#6725)").
- Loading branch information