sgl

diff src/wsys_glut.c @ 20:0697fbd075b6

added fallback SDL module
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 26 Jun 2011 07:56:13 +0300
parents e989ab58ec5b
children
line diff
     1.1 --- a/src/wsys_glut.c	Sun Jun 26 02:30:37 2011 +0300
     1.2 +++ b/src/wsys_glut.c	Sun Jun 26 07:56:13 2011 +0300
     1.3 @@ -63,7 +63,7 @@
     1.4  
     1.5  
     1.6  static struct wsys_module ws = {
     1.7 -	"glut", 1,
     1.8 +	"glut", 5,
     1.9  	init,
    1.10  	shutdown,
    1.11  	set_vidmode,