|
|
@ -910,9 +910,10 @@ struct weston_surface { |
|
|
|
} pending; |
|
|
|
} pending; |
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* If non-NULL, this function will be called on surface::attach after |
|
|
|
* If non-NULL, this function will be called on |
|
|
|
* a new buffer has been set up for this surface. The integer params |
|
|
|
* wl_surface::commit after a new buffer has been set up for |
|
|
|
* are the sx and sy paramerters supplied to surface::attach . |
|
|
|
* this surface. The integer params are the sx and sy |
|
|
|
|
|
|
|
* parameters supplied to wl_surface::attach. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
void (*configure)(struct weston_surface *es, int32_t sx, int32_t sy); |
|
|
|
void (*configure)(struct weston_surface *es, int32_t sx, int32_t sy); |
|
|
|
void *configure_private; |
|
|
|
void *configure_private; |
|
|
|