diff options
Diffstat (limited to 'sdl/window.c')
-rw-r--r-- | sdl/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl/window.c b/sdl/window.c index a96eef6..50bc72d 100644 --- a/sdl/window.c +++ b/sdl/window.c @@ -10,7 +10,7 @@ #include <GL/glew.h> #include "window.h" -extern const unsigned int bpp_w; +extern unsigned int bpp_w; extern const unsigned int sdl_video_flags; void window_resize(int w, int h) |