[pygame] Pygame_SDL2 Extensions

2015-08-04 Thread Tom Rothamel
I've made a little bit of documentation for Pygame_SDL2 available at: http://pygame-sdl2.readthedocs.org/en/latest/ Right now, it focuses on the places where Pygame_SDL2 extends the Pygame API. A goal of these extensions has been to be backwards-compatible - an application that is ignorant of the

Re: [pygame] display.set_mode opens oversized window.

2015-08-04 Thread Jason Marshall
See issue 245 on BitBucket.  Jason Sent from Yahoo Mail on Android From:"Estevo" Date:Sun, Aug 2, 2015 at 10:04 PM Subject:Re: [pygame] display.set_mode opens oversized window. That was it, thanks!  It was set to 150% (so I had eyeballed it alright :)), and setting it to 100% fixes it. Now