Skip to content

Commit

Permalink
we do need double-buffered on win32! (bot not depth?)
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@2970 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Mar 14, 2013
1 parent dc9c427 commit b43135a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/gl/gl_window_backing.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class GLPixmapBacking(PixmapBacking):

def __init__(self, wid, w, h, mmap_enabled, mmap):
PixmapBacking.__init__(self, wid, w, h, mmap_enabled, mmap)
display_mode = gtk.gdkgl.MODE_RGB | gtk.gdkgl.MODE_DEPTH
display_mode = gtk.gdkgl.MODE_RGB | gtk.gdkgl.MODE_DOUBLE
try:
self.glconfig = gtk.gdkgl.Config(mode=display_mode)
except gtk.gdkgl.NoMatches:
Expand Down

0 comments on commit b43135a

Please sign in to comment.