sgl

diff src/wsys.h @ 7:edbfc96fe80d

glut wsys thingy and stuff...
author John Tsiombikas <nuclear@siggraph.org>
date Sat, 14 May 2011 08:26:10 +0300
parents 0570e27e5ebc
children
line diff
     1.1 --- a/src/wsys.h	Fri May 13 09:44:21 2011 +0300
     1.2 +++ b/src/wsys.h	Sat May 14 08:26:10 2011 +0300
     1.3 @@ -20,6 +20,8 @@
     1.4  	void (*redisplay)(void);
     1.5  	void (*swap_buffers)(void);
     1.6  
     1.7 +	int (*get_modifiers)(void);
     1.8 +
     1.9  	void (*set_event)(int idx, int enable);
    1.10  	int (*process_events)(void);
    1.11  
    1.12 @@ -28,6 +30,7 @@
    1.13  
    1.14  int sgl_register_module(struct wsys_module *ws);
    1.15  void sgl_sort_modules(void);
    1.16 +void sgl_print_modules(void);
    1.17  struct wsys_module *sgl_wsys_module(void);
    1.18  
    1.19  void dbg(void);