diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-12-04 18:20:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-04 18:20:21 -0500 |
commit | bf66e299730540331e521a4d923f763ec9108cab (patch) | |
tree | a744ce8359388b69fc156d96575beafc761c5e08 /include | |
parent | 4fadde362fbda2558c9d92944966825c99949e84 (diff) | |
parent | 5515faa197c40c6b4bc853df14a8da9f1f3f1b80 (diff) |
Merge pull request #1410 from emersion/xdg-surface-destroy
xdg-shell: emit xdg_surface destroy when role object is destroyed
Diffstat (limited to 'include')
-rw-r--r-- | include/types/wlr_xdg_shell.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/types/wlr_xdg_shell.h b/include/types/wlr_xdg_shell.h index 93fdc670..08a691bd 100644 --- a/include/types/wlr_xdg_shell.h +++ b/include/types/wlr_xdg_shell.h @@ -18,6 +18,7 @@ struct wlr_xdg_surface *create_xdg_surface( struct wlr_xdg_client *client, struct wlr_surface *surface, uint32_t id); void unmap_xdg_surface(struct wlr_xdg_surface *surface); +void reset_xdg_surface(struct wlr_xdg_surface *xdg_surface); void destroy_xdg_surface(struct wlr_xdg_surface *surface); void handle_xdg_surface_commit(struct wlr_surface *wlr_surface); void handle_xdg_surface_precommit(struct wlr_surface *wlr_surface); |