Skip to content

Commit

Permalink
Make fullscreen default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignas committed Jan 30, 2011
1 parent e7a61e4 commit 81f3fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ def __init__(self):
resizable=True,
caption='Save the Dodos')
self.set_minimum_size(320, 200) # does not work on linux with compiz
self.maximize()
self.set_fullscreen()
self.set_mouse_visible(True)
self.set_icon(pyglet.image.load(
os.path.join(pyglet.resource.location('Dodo.png').path, 'Dodo.png')))
Expand Down

0 comments on commit 81f3fa8

Please sign in to comment.