mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 20:05:58 +01:00
5233801530
The motivation for this is: - `get_popup` and `get_toplevel` allocate role-specific resources. - On the first non-null commit, the surface gets mapped. - On a null commit, the surface gets unmapped. It can be mapped again with a non-null commit. - When the role object (xdg-toplevel or xdg-popup) is destroyed, the surface is unmapped and role-specific resources are destroyed. The client can call `get_popup` or `get_toplevel` again on that surface. - When the xdg-surface object is destroyed, the surface is unmapped, role-specific resources are destroyed and the surface itself is destroyed. |
||
---|---|---|
.. | ||
wlr_box.h | ||
wlr_compositor.h | ||
wlr_cursor.h | ||
wlr_data_device.h | ||
wlr_gamma_control.h | ||
wlr_idle.h | ||
wlr_idle_inhibit_v1.h | ||
wlr_input_device.h | ||
wlr_keyboard.h | ||
wlr_linux_dmabuf.h | ||
wlr_list.h | ||
wlr_matrix.h | ||
wlr_output.h | ||
wlr_output_damage.h | ||
wlr_output_layout.h | ||
wlr_pointer.h | ||
wlr_primary_selection.h | ||
wlr_region.h | ||
wlr_screenshooter.h | ||
wlr_seat.h | ||
wlr_server_decoration.h | ||
wlr_surface.h | ||
wlr_tablet_pad.h | ||
wlr_tablet_tool.h | ||
wlr_touch.h | ||
wlr_wl_shell.h | ||
wlr_xcursor_manager.h | ||
wlr_xdg_shell.h | ||
wlr_xdg_shell_v6.h |