#include <SDL/SDL.h>#include "ogl_init.h"#include "vers_id.h"#include "error.h"#include "u_mem.h"#include "args.h"Functions | |
| void | ogl_do_fullscreen_internal (void) |
| void | ogl_swap_buffers_internal (void) |
| int | ogl_init_window (int x, int y) |
| void | ogl_destroy_window (void) |
| void | ogl_init (void) |
| void | ogl_close (void) |
Variables | |
| static int | curx = -1 |
| static int | cury = -1 |
| static int | curfull = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6