istereo

annotate src/istereo.h @ 36:834503dcb486

fixed the rotated gui problem
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 09 Sep 2011 10:25:03 +0300
parents 1bb950d0976b
children ff055bff6a15
rev   line source
nuclear@0 1 #ifndef ISTEREO_H_
nuclear@0 2 #define ISTEREO_H_
nuclear@0 3
nuclear@0 4 int init(void);
nuclear@0 5 void cleanup(void);
nuclear@0 6 void redraw(void);
nuclear@2 7 void reshape(int x, int y);
nuclear@0 8
nuclear@0 9 #endif /* ISTEREO_H_ */