Update src/video/kmsdrm/SDL_kmsdrmopengles.c

Co-authored-by: Frank Praznik <frank.praznik@gmail.com>
This commit is contained in:
Ryan C. Gordon 2024-12-11 13:28:00 -05:00 committed by GitHub
parent 4f79d4c94d
commit 9dc6c6e4d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ static EGLSyncKHR create_fence(SDL_VideoDevice *_this, int fd)
/* Comments about buffer access protection mechanism (=fences) are the ones boxed. */
/* Also, DON'T remove the asserts: if a fence-related call fails, it's better that */
/* program exits immediately, or we could leave KMS waiting for a failed/missing */
/* fence forevever. */
/* fence forever. */
/***********************************************************************************/
static bool KMSDRM_GLES_SwapWindowFenced(SDL_VideoDevice *_this, SDL_Window * window)
{