Re: [pygame] pygame.display.set_caption() not setting window icon

2006-07-10 Thread David Mikesell
On Sun, 9 Jul 2006 21:24:28 -0700, "Brian Fisher" <[EMAIL PROTECTED]> said: > On 7/9/06, David Mikesell <[EMAIL PROTECTED]> wrote: > > I'm using Pygame 1.7.1 on Windows XP. set_icon sets the icon when the > > window is collapsed, set_caption sets the caption, and get_caption shows > > the correc

Re: [pygame] pygame.display.set_caption() not setting window icon

2006-07-09 Thread Brian Fisher
On 7/9/06, David Mikesell <[EMAIL PROTECTED]> wrote: I'm using Pygame 1.7.1 on Windows XP. set_icon sets the icon when the window is collapsed, set_caption sets the caption, and get_caption shows the correct file name of the icontitle. Anyone else having problems with this? I don't think set

[pygame] pygame.display.set_caption() not setting window icon

2006-07-09 Thread David Mikesell
I'm using Pygame 1.7.1 on Windows XP. set_icon sets the icon when the window is collapsed, set_caption sets the caption, and get_caption shows the correct file name of the icontitle. Anyone else having problems with this? __screen__ = pygame.display.set_mode((SCREEN_WIDTH, SCREEN_HEIGHT)) icon