Package: bouncy Version: 0.6.20071104-4 Severity: normal When I start bouncy it is displayed as a fullscreen 4:3 view at the right side of my 16:9 screen.
I edited game.py:16 from: screen = pygame.display.set_mode(viewport, OPENGL | DOUBLEBUF) # | FULLSCREEN to screen = pygame.display.set_mode(viewport, OPENGL | DOUBLEBUF | FULLSCREEN) That gave me a normal fullscreen view. I don't know why the FULLSCREEN option was disabled. It doesn't seem to be a decorated window controlled by the window manager, before the change. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org