mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-05-01 06:46:41 -04: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
|
|
@ -139,7 +139,6 @@ struct wl_compositor_interface {
|
|||
struct wl_surface *surface,
|
||||
int32_t x, int32_t y,
|
||||
int32_t width, int32_t height);
|
||||
|
||||
};
|
||||
|
||||
void wl_display_set_compositor(struct wl_display *display,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue