mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
Implement surface copy request, use it for egl gears.
This commit is contained in:
parent
1cbaa6abac
commit
78231c8dd0
5 changed files with 172 additions and 84 deletions
2
gears.h
2
gears.h
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue