mirror of https://github.com/libsdl-org/SDL.git
Update src/video/kmsdrm/SDL_kmsdrmopengles.c
Co-authored-by: Frank Praznik <frank.praznik@gmail.com>
This commit is contained in:
parent
4f79d4c94d
commit
9dc6c6e4d4
|
|
@ -115,7 +115,7 @@ static EGLSyncKHR create_fence(SDL_VideoDevice *_this, int fd)
|
||||||
/* Comments about buffer access protection mechanism (=fences) are the ones boxed. */
|
/* 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 */
|
/* 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 */
|
/* 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)
|
static bool KMSDRM_GLES_SwapWindowFenced(SDL_VideoDevice *_this, SDL_Window * window)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue