aboutsummaryrefslogtreecommitdiffstats
path: root/games/fretsonfire/files/patch-src_Video.py
blob: 5d5211d172d649a8c9c49e985052960eae5d9517 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- src/Video.py    Wed Nov  1 01:03:39 2006
+++ src/Video.py    Wed Nov  1 01:04:35 2006
@@ -48,10 +48,10 @@
       
     pygame.display.init()
     
-    pygame.display.gl_set_attribute(pygame.GL_RED_SIZE,   8)
-    pygame.display.gl_set_attribute(pygame.GL_GREEN_SIZE, 8)
-    pygame.display.gl_set_attribute(pygame.GL_BLUE_SIZE,  8)
-    pygame.display.gl_set_attribute(pygame.GL_ALPHA_SIZE, 8)
+    pygame.display.gl_set_attribute(pygame.GL_RED_SIZE,   5)
+    pygame.display.gl_set_attribute(pygame.GL_GREEN_SIZE, 6)
+    pygame.display.gl_set_attribute(pygame.GL_BLUE_SIZE,  5)
+    pygame.display.gl_set_attribute(pygame.GL_ALPHA_SIZE, 0)
       
     if multisamples:
       pygame.display.gl_set_attribute(pygame.GL_MULTISAMPLEBUFFERS, 1);