From e64e3d15cb35e345651d2e75052b8203ba834b1d Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 21 Jul 2013 13:22:12 +0000 Subject: [PATCH] we want GBRP! git-svn-id: https://xpra.org/svn/Xpra/trunk@3925 3bb7dfac-3a0b-4e04-842a-767bc560f471 --- src/xpra/client/gl/gl_window_backing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xpra/client/gl/gl_window_backing.py b/src/xpra/client/gl/gl_window_backing.py index a15671109c..06c0cbd1c1 100644 --- a/src/xpra/client/gl/gl_window_backing.py +++ b/src/xpra/client/gl/gl_window_backing.py @@ -444,7 +444,7 @@ def update_planar_textures(self, x, y, width, height, img, pixel_format, scaling def render_planar_update(self, rx, ry, rw, rh, x_scale=1, y_scale=1): debug("render_planar_update%s pixel_format=%s", (rx, ry, rw, rh, x_scale, y_scale), self.pixel_format) - if self.pixel_format not in ("YUV420P", "YUV422P", "YUV444P", "BGRP"): + if self.pixel_format not in ("YUV420P", "YUV422P", "YUV444P", "GBRP"): #not ready to render yet return assert rx==0 and ry==0