[visionegg] Screen window location

(On OS X Tiger)

I'm creating a Screen instance like this (windowed mode):

screen = Screen(frameless=False,
size=(session.screenWidth,session.screenHeight), hide_mouse=False,
sync_swap=True)

And when it eventually is displayed, the window manager places it at
the top centered on the screen. I'd like to position a window below
it, and want to query the screen  for it's position. When I call
"pygame.display.get_surface().get_rect()" it reports "0, 0" for the
x,y position.

Anyone know how to query the screen's position? Furthermore, how can 
I control it?

Thanks,

Simeon
=====================================The Vision Egg mailing list
Archives: http://www.freelists.org/archives/visionegg
Website: http://www.visionegg.org/mailinglist.html

Other related posts: