Skip to content

Commit

Permalink
default to enable opengl since this now works very well!
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@2333 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Dec 21, 2012
1 parent 188b567 commit 065199b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def set_windows_cursor(gtkwindows, new_cursor):
from xpra.protocol import Compressed

from xpra.client_window import ClientWindow
USE_OPENGL = os.environ.get("XPRA_OPENGL", "0")=="1"
USE_OPENGL = os.environ.get("XPRA_OPENGL", "1")=="1"
GLClientWindowClass = None
#the GL backend only works with gtk2:
if USE_OPENGL and not is_gtk3():
Expand Down

0 comments on commit 065199b

Please sign in to comment.