Skip to content

Commit

Permalink
#2101: prefer native over gtk opengl backend so we don't have issues …
Browse files Browse the repository at this point in the history
…with HDR

git-svn-id: https://xpra.org/svn/Xpra/trunk@21382 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jan 17, 2019
1 parent 8a7d4c6 commit e6f46dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/gl/window_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_opengl_backends(option_str):
elif PYTHON3:
return "native",
else:
return "gtk", "native"
return "native", "gtk"

def get_gl_client_window_module(backends, force_enable=False):
gl_client_window_module = None
Expand Down

0 comments on commit e6f46dc

Please sign in to comment.