Remove unused bits from wayland-server.h

This commit is contained in:
Kristian Høgsberg 2012-03-29 13:34:08 -04:00
parent 6c57ab016d
commit 4fe458346c

View file

@ -124,17 +124,6 @@ struct wl_buffer {
struct wl_resource resource; struct wl_resource resource;
int32_t width, height; int32_t width, height;
uint32_t busy_count; uint32_t busy_count;
void *user_data;
};
struct wl_shm_callbacks {
void (*buffer_created)(struct wl_buffer *buffer);
void (*buffer_damaged)(struct wl_buffer *buffer,
int32_t x, int32_t y,
int32_t width, int32_t height);
void (*buffer_destroyed)(struct wl_buffer *buffer);
}; };
struct wl_listener { struct wl_listener {
@ -269,10 +258,6 @@ void wl_resource_post_no_memory(struct wl_resource *resource);
#include "wayland-server-protocol.h" #include "wayland-server-protocol.h"
void
wl_display_post_frame(struct wl_display *display, struct wl_surface *surface,
uint32_t msecs);
void void
wl_client_add_resource(struct wl_client *client, wl_client_add_resource(struct wl_client *client,
struct wl_resource *resource); struct wl_resource *resource);
@ -322,8 +307,6 @@ wl_input_device_set_selection(struct wl_input_device *device,
uint32_t time); uint32_t time);
struct wl_shm;
void * void *
wl_shm_buffer_get_data(struct wl_buffer *buffer); wl_shm_buffer_get_data(struct wl_buffer *buffer);