Skip to content

Commit

Permalink
#2466 disable opengl on win32 for now
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@24369 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Nov 4, 2019
1 parent e5893ef commit fe9993c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/scripts/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ def get_defaults():
"av-sync" : True,
"exit-ssh" : True,
"dbus-control" : not WIN32 and not OSX,
"opengl" : "probe",
"opengl" : "probe" if not WIN32 else "no",
"mdns" : not WIN32,
"swap-keys" : OSX, #only used on osx
"desktop-fullscreen": False,
Expand Down

0 comments on commit fe9993c

Please sign in to comment.