Implement surface copy request, use it for egl gears.

This commit is contained in:
Kristian Høgsberg 2008-11-08 15:06:01 -05:00
parent 1cbaa6abac
commit 78231c8dd0
5 changed files with 172 additions and 84 deletions

View file

@ -3,7 +3,7 @@
struct gears;
struct gears *gears_create(void);
struct gears *gears_create(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
void gears_draw(struct gears *gears, GLfloat angle);