Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/graphics/bounce
diff options
context:
space:
mode:
Diffstat (limited to 'data/graphics/bounce')
-rw-r--r--data/graphics/bounce2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/graphics/bounce b/data/graphics/bounce
index 375d530..74b87dd 100644
--- a/data/graphics/bounce
+++ b/data/graphics/bounce
@@ -22,7 +22,7 @@ pygame.mouse.set_visible(False)
# create the window and keep track of the surface
# for drawing into
-screen = pygame.display.set_mode()
+screen = pygame.display.set_mode((0, 0), pygame.FULLSCREEN)
# ask for screen's width and height
size = width, height = screen.get_size()