Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/graphics/pong
diff options
context:
space:
mode:
Diffstat (limited to 'data/graphics/pong')
-rw-r--r--data/graphics/pong2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/graphics/pong b/data/graphics/pong
index 8182861..9134f53 100644
--- a/data/graphics/pong
+++ b/data/graphics/pong
@@ -16,7 +16,7 @@ pygame.init()
# 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()