Re: [pygame] maximize broken..

2007-10-14 Thread inhahe
oh.. yes, it's doing the same thing when i hit the maximize button. i'm not sure it was doing that before. i do call set_mode with the value of event.size. here's my code elif event.type == pygame.VIDEORESIZE: print 1 print event screen = pygame.display.set_mode(event.size,

Re: [pygame] maximize broken..

2007-10-14 Thread John Popplewell
On Sun, Oct 14, 2007 at 07:03:49PM -0400, inhahe wrote: oh.. yes, it's doing the same thing when i hit the maximize button. i'm not sure it was doing that before. i do call set_mode with the value of event.size. here's my code elif event.type == pygame.VIDEORESIZE: print 1

Windows installer for latest SVN version; was Re: [pygame] maximize broken..

2007-10-14 Thread Lenard Lindstrom
inhahe wrote: maybe it does in a more current version of pygame. you mentioned a more current version has width and height in pygame.display.Info(). mine doesn't. but mine is 1.7.1release, and that's the latest available for download on the webpage, do you mean i'd have to get the SVN and try