Remove wl_buffer.damage and simplify shm implementation

This commit is contained in:
Kristian Høgsberg 2012-03-26 16:33:24 -04:00
parent a0e590a0f3
commit 83685c506e
4 changed files with 10 additions and 73 deletions

View file

@ -339,12 +339,11 @@ wl_shm_buffer_create(struct wl_shm *shm, int width, int height,
int
wl_buffer_is_shm(struct wl_buffer *buffer);
struct wl_shm *
wl_shm_init(struct wl_display *display,
const struct wl_shm_callbacks *callbacks);
int
wl_display_init_shm(struct wl_display *display);
void
wl_shm_finish(struct wl_shm *shm);
wl_shm_finish(struct wl_display *display);
#ifdef __cplusplus
}