Good afternoon,

While working through the Programming Guide, i noticed that on page 26
in the fullscreen section that the following line:

screens = display.get_screens()
window = pyglet.window.Window(fullscreen=True, screens[1])

should be

screens = display.get_screens()
window = pyglet.window.Window(fullscreen=True, screen = screens[1])

Best Regards
Brice

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to