mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
Drop surface::copy
This commit is contained in:
parent
0b8646bbd3
commit
38bb716383
5 changed files with 0 additions and 26 deletions
10
compositor.c
10
compositor.c
|
|
@ -702,15 +702,6 @@ surface_map(struct wl_client *client,
|
|||
|
||||
}
|
||||
|
||||
static void
|
||||
surface_copy(struct wl_client *client,
|
||||
struct wl_surface *surface,
|
||||
int32_t dst_x, int32_t dst_y,
|
||||
uint32_t name, uint32_t stride,
|
||||
int32_t x, int32_t y, int32_t width, int32_t height)
|
||||
{
|
||||
}
|
||||
|
||||
static void
|
||||
surface_damage(struct wl_client *client,
|
||||
struct wl_surface *surface,
|
||||
|
|
@ -723,7 +714,6 @@ const static struct wl_surface_interface surface_interface = {
|
|||
surface_destroy,
|
||||
surface_attach,
|
||||
surface_map,
|
||||
surface_copy,
|
||||
surface_damage
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue