/* dummy functions - return successful but dont actually change the mode */ /* use this with Win32 GTK until someone writes a win32_fs.c */ int fullscreen_init(void) { return 1; } int fullscreen_switch(int x, int y, int w, int h) { return 1; } int fullscreen_reset(void) { return 1; } void fullscreen_cleanup(void) { }