mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-09 09:28:11 +02:00
compositor: Fix the documentation for surface->configure
It's called on commit, not on attach. Additionally, correct the interface name to be wl_surface, not surface.
This commit is contained in:
parent
6d50b0f2a1
commit
d67b52a501
1 changed files with 4 additions and 3 deletions
|
|
@ -910,9 +910,10 @@ struct weston_surface {
|
|||
} pending;
|
||||
|
||||
/*
|
||||
* If non-NULL, this function will be called on surface::attach after
|
||||
* a new buffer has been set up for this surface. The integer params
|
||||
* are the sx and sy paramerters supplied to surface::attach .
|
||||
* If non-NULL, this function will be called on
|
||||
* wl_surface::commit after a new buffer has been set up for
|
||||
* 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_private;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue