Skip to content

Commit

Permalink
#2491 we don't need or want to use context re-init on macos
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@24591 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Dec 4, 2019
1 parent 3661270 commit 0ba836f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/gl/gl_window_backing_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
DRAW_REFRESH = envbool("XPRA_OPENGL_DRAW_REFRESH", True)
FBO_RESIZE = envbool("XPRA_OPENGL_FBO_RESIZE", True)
FBO_RESIZE_DELAY = envint("XPRA_OPENGL_FBO_RESIZE_DELAY", 50)
CONTEXT_REINIT = envbool("XPRA_OPENGL_CONTEXT_REINIT", OSX)
CONTEXT_REINIT = envbool("XPRA_OPENGL_CONTEXT_REINIT", False)

CURSOR_IDLE_TIMEOUT = envint("XPRA_CURSOR_IDLE_TIMEOUT", 6)

Expand Down

0 comments on commit 0ba836f

Please sign in to comment.