Move pointer drawing into compositor.

This commit is contained in:
Kristian Høgsberg 2008-11-21 19:25:44 -05:00
parent e9d550bdd4
commit 4c9f2c9b1a
4 changed files with 156 additions and 35 deletions

View file

@ -159,6 +159,10 @@ struct wl_compositor_interface {
struct wl_surface *surface,
int32_t x, int32_t y,
int32_t width, int32_t height);
void (*notify_pointer_motion)(struct wl_compositor *compositor,
struct wl_object *source,
int32_t x, int32_t y);
};
void wl_display_set_compositor(struct wl_display *display,