Re: [pygame] Odd Window Problem

2011-03-30 Thread Bram Cymet
Nevermind it was an X problem. On 11-03-30 9:23 AM, Bram Cymet wrote: > Hi, > > I am having a weird window problem. I am trying to have my pygame window > come up on a second screen so before starting my app I am setting the > SDL_VIDEO_WINDOW_POS environment variable to "800, 0" (800 being the >

[pygame] Odd Window Problem

2011-03-30 Thread Bram Cymet
Hi, I am having a weird window problem. I am trying to have my pygame window come up on a second screen so before starting my app I am setting the SDL_VIDEO_WINDOW_POS environment variable to "800, 0" (800 being the edge of my first screen. For some reason the window will not move all the way over