istereo

diff src/istereo.h @ 2:bb68fac22579

sanegl and shit
author John Tsiombikas <nuclear@mutantstargoat.com>
date Wed, 07 Sep 2011 02:48:35 +0300
parents 1bb950d0976b
children ff055bff6a15
line diff
     1.1 --- a/src/istereo.h	Tue Sep 06 12:48:39 2011 +0300
     1.2 +++ b/src/istereo.h	Wed Sep 07 02:48:35 2011 +0300
     1.3 @@ -4,5 +4,6 @@
     1.4  int init(void);
     1.5  void cleanup(void);
     1.6  void redraw(void);
     1.7 +void reshape(int x, int y);
     1.8  
     1.9  #endif	/* ISTEREO_H_ */