Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@5260 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jan 24, 2014
1 parent 6717136 commit 6f38316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/gl/gl_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_DISPLAY_MODE():
def get_MODE_names(mode):
import gtk.gdkgl
friendly_mode_names = {gtk.gdkgl.MODE_RGB : "RGB",
gtk.gdkgl.MODE_RGB : "RGBA",
gtk.gdkgl.MODE_RGBA : "RGBA",
gtk.gdkgl.MODE_ALPHA : "ALPHA",
gtk.gdkgl.MODE_DEPTH : "DEPTH",
gtk.gdkgl.MODE_DOUBLE : "DOUBLE",
Expand Down

0 comments on commit 6f38316

Please sign in to comment.