sgl
diff src/wsys.h @ 5:0570e27e5ebc
pretty much done with the basic functionality and GLX shit
author | John Tsiombikas <nuclear@siggraph.org> |
---|---|
date | Fri, 13 May 2011 07:49:47 +0300 |
parents | 648f8604d2b2 |
children | edbfc96fe80d |
line diff
1.1 --- a/src/wsys.h Thu May 12 11:04:10 2011 +0300 1.2 +++ b/src/wsys.h Fri May 13 07:49:47 2011 +0300 1.3 @@ -17,12 +17,12 @@ 1.4 int (*set_active)(int); 1.5 int (*set_title)(const char*); 1.6 1.7 + void (*redisplay)(void); 1.8 + void (*swap_buffers)(void); 1.9 + 1.10 void (*set_event)(int idx, int enable); 1.11 int (*process_events)(void); 1.12 1.13 - void (*redisplay)(void); 1.14 - void (*swap_buffers)(void); 1.15 - 1.16 struct wsys_module *next; 1.17 }; 1.18