3802b402079d61bcf3a316d54dba35b23c355562
[qemu] / qemu-gtk / fullscreen.h
1 /* fullscreen defines */
2
3 int fullscreen_init(void);
4 int fullscreen_switch(int x, int y, int w, int h);
5 int fullscreen_reset(void);
6 void fullscreen_cleanup(void);