picom
picom copied to clipboard
Break out of error loop for GL_CONTEXT_LOST
GL_CONTEXT_LOST repeats forever. Prevent an infinite loop by breaking out of the loop when a GL_CONTEXT_LOST error is encountered.
Mostly fixes #1398
@yshui can you take a look at this PR and consider a bugfix release? This seems to be hitting users. Thank you so much.
LGTM. the CI is stuck on check so I manually merged.
Thanks for the PR!