Skip to content

Commit

Permalink
#1309: oops, need to swap R and B
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@15019 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Feb 8, 2017
1 parent e82bdd0 commit 1949f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/gl/gl_window_backing_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def get_fcolor(encoding):
from ctypes import c_uint

PIXEL_FORMAT_TO_CONSTANT = {
"r210" : GL_RGBA,
"r210" : GL_BGRA,
"BGR" : GL_BGR,
"RGB" : GL_RGB,
"BGRA" : GL_BGRA,
Expand Down

0 comments on commit 1949f7d

Please sign in to comment.