Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/graphics/tree
diff options
context:
space:
mode:
Diffstat (limited to 'data/graphics/tree')
-rw-r--r--data/graphics/tree2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/graphics/tree b/data/graphics/tree
index 04996f7..5a56620 100644
--- a/data/graphics/tree
+++ b/data/graphics/tree
@@ -12,7 +12,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
width, height = screen.get_size()