Skip to content

Commit

Permalink
we now support planar RGB!
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@3928 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 21, 2013
1 parent 1d3c394 commit b05700a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/xpra/client/gl/gl_client_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ class GLClientWindow(ClientWindow):
def __init__(self, client, group_leader, wid, x, y, w, h, metadata, override_redirect, client_properties, auto_refresh_delay):
debug("GLClientWindow(..)")
ClientWindow.__init__(self, client, group_leader, wid, x, y, w, h, metadata, override_redirect, client_properties, auto_refresh_delay)
#tell the server that we don't want RGB data by specifying only YUV modes:
self._client_properties["encoding.csc_modes"] = ("YUV420P", "YUV422P", "YUV444P")
self.set_reallocate_redraws(True)
self.add(self._backing.glarea)

Expand Down

0 comments on commit b05700a

Please sign in to comment.