]> git.mdlowis.com Git - proto/labwc.git/commit
view: add client_request flag to view->impl->unmap()
authorJohn Lindgren <john@jlindgren.net>
Sat, 1 Jul 2023 16:37:47 +0000 (12:37 -0400)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Sat, 1 Jul 2023 21:07:39 +0000 (23:07 +0200)
commit370cdc80e018876e732ec84a4a1dbd6e5bd206d3
treeb7809bb58fa5920968fb3fc62ffc04fdf9e1a121
parentb200dd2e7bbce26cf15a5b94cc5e9eae68025718
view: add client_request flag to view->impl->unmap()

This makes explicit the subtle behavioral difference between
xwayland_view_unmap() and handle_unmap().

With this change, the XDG and XWayland versions of handle_map/unmap()
are now identical, which will make further refactoring possible.
include/view.h
src/view.c
src/xdg.c
src/xwayland.c