Drop surface::copy

This commit is contained in:
Kristian Høgsberg 2010-06-08 15:33:55 -04:00
parent 0b8646bbd3
commit 38bb716383
5 changed files with 0 additions and 26 deletions

View file

@ -89,9 +89,6 @@ void wl_surface_attach(struct wl_surface *surface, uint32_t name,
struct wl_visual *visual);
void wl_surface_map(struct wl_surface *surface,
int32_t x, int32_t y, int32_t width, int32_t height);
void wl_surface_copy(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);
void wl_surface_damage(struct wl_surface *surface,
int32_t x, int32_t y, int32_t width, int32_t height);