added proto for ogl_check_mode

This commit is contained in:
Bradley Bell 2003-11-27 09:32:38 +00:00
parent 7ec5fb9f25
commit a927af0fdd
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2003-11-27 Bradley Bell <btb@icculus.org>
* include/ogl_init.h: added proto for ogl_check_mode
* arch/sdl/digi.c, arch/sdl/gr.c, arch/sdl/mouse.c,
arch/win32/findfile.c, main/inferno.c, main/titles.c: Pocket PC
fixes

View file

@ -121,6 +121,7 @@ extern int last_width,last_height;
inline
#endif
void ogl_swap_buffers_internal(void);
int ogl_check_mode(int x, int y); // check if mode is valid
int ogl_init_window(int x, int y);//create a window/switch modes/etc
void ogl_destroy_window(void);//destroy window/etc
void ogl_init(void);//one time initialization