Skip to content

Commit

Permalink
fix comments (no change)
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@6463 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 14, 2014
1 parent 3bc6e63 commit be4ebb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/gl/gl_window_backing.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def _do_paint_rgb(self, bpp, img_data, x, y, width, height, rowstride, options):

rgb_format = options.get("rgb_format")
if not rgb_format:
#Older clients may not tell us the pixel format, so we must infer it:
#Older servers may not tell us the pixel format, so we must infer it:
if bpp==24:
default_format = "RGB"
else:
Expand Down

0 comments on commit be4ebb4

Please sign in to comment.