X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fsystem.h;h=445de10cf7cbb1a8bc48bff24c0906a9b696f54c;hb=9b7dd9e2d0728c50f830fff8f5f7c7caa87e5b6f;hp=37d28541744ca37b8ea4a301d6ba934caddbee9e;hpb=5b85e48cd1e203b626e0f9a39ff9207501559b23;p=flatwaifu.git diff --git a/src/system.h b/src/system.h index 37d2854..445de10 100644 --- a/src/system.h +++ b/src/system.h @@ -8,9 +8,10 @@ /* common video subsystem routines */ int Y_set_videomode (int w, int h, int flags); +void Y_get_videomode (int *w, int *h); int Y_videomode_setted (void); void Y_unset_videomode (void); -int Y_set_fullscreen (int yes); +void Y_set_fullscreen (int yes); int Y_get_fullscreen (void); /* hardware specific rendering */