PyTom wrote:
Hm... the way to do this is to set the RENPY_DISABLE_FULLSCREEN environment variable to "true". I'm not sure how to do this under windows... maybe a windows expert can help us out.
I wouldn't call myself a Windows 'expert', but...

(There's probably various ways to get to the config panel in question, this is just how I'd do it.)
Vista- Open an Explorer window and in the 'Folders' pane, right-click 'Computer' and choose 'Properties'.
- Under 'Tasks' at the left, choose 'Advanced System Settings'.
- On the 'Advanced' tab (the default) at the bottom, hit the 'Environment Variables' button.
- In the 'User Variables for <Name>' section at the top, hit 'New...', type 'RENPY_DISABLE_FULLSCREEN' (no quotes) into the 'Variable name' field and 'true' (again, no quotes) into the 'Variable value' field.
- Hit 'OK' until you've closed everything you just opened.
XP- Right-click on 'My Computer', choose 'Properties'.
- On the 'Advanced' tab (bottom-right of the tab-strip, on mine) at the bottom, hit the 'Environment Variables' button.
- In the 'User Variables for <Name>' section at the top, hit 'New...', type 'RENPY_DISABLE_FULLSCREEN' (no quotes) into the 'Variable name' field and 'true' (again, no quotes) into the 'Variable value' field.
- Hit 'OK' until you've closed everything you just opened.
DOS/Command Prompt/Batch file- type "set RENPY_DISABLE_FULLSCREEN=true" (no spaces around the 'equals', no quotes)
Note that if you do it one of the first two ways, the variable will stay until you go back there and remove it again; if you do it the command-prompt way, it'll only last until you close that command-prompt session.