/* fullscreen defines */ int fullscreen_init(void); int fullscreen_switch(int x, int y, int w, int h); int fullscreen_reset(void); void fullscreen_cleanup(void);