Re: [pygame] Patch to compile with MSVC7.1, bug fix to set_blocked(), adds event range-checking

2007-12-20 Thread Brian Fisher
Patch has been applied. http://pygame.motherhamster.org/bugzilla/show_bug.cgi?id=2 thanks John! On Oct 14, 2007 9:23 PM, John Popplewell [EMAIL PROTECTED] wrote: Hi, just did a check-out and had trouble compiling with the Microsoft Visual C++ Toolkit 2003 compiler (version 7.1). Mainly

[pygame] Patch to compile with MSVC7.1, bug fix to set_blocked(), adds event range-checking

2007-10-14 Thread John Popplewell
Hi, just did a check-out and had trouble compiling with the Microsoft Visual C++ Toolkit 2003 compiler (version 7.1). Mainly variables not declared at the top of a block, and a couple of casts in 'transform.c'. Also found a minor bug in pygame.event.set_blocked() when type is None, in