mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
compositor: remove wlr_surface_role.precommit
It was previously used to handle unmapping properly but is obsolete now.
This commit is contained in:
parent
26676c8c07
commit
d086ee1b9e
2 changed files with 0 additions and 6 deletions
|
|
@ -74,8 +74,6 @@ struct wlr_surface_state {
|
|||
struct wlr_surface_role {
|
||||
const char *name;
|
||||
void (*commit)(struct wlr_surface *surface);
|
||||
void (*precommit)(struct wlr_surface *surface,
|
||||
const struct wlr_surface_state *state);
|
||||
void (*unmap)(struct wlr_surface *surface);
|
||||
void (*destroy)(struct wlr_surface *surface);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue