|
|
@ -97,7 +97,7 @@ struct wlr_xdg_toplevel_v6_state {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* When a surface has a role and is ready to be displayed, the `map` event is
|
|
|
|
* When a surface has a role and is ready to be displayed, the `map` event is
|
|
|
|
* emitted. When a surface should no longer be displayed, the `unmap` event is
|
|
|
|
* emitted. When a surface should no longer be displayed, the `unmap` event is
|
|
|
|
* emitted. The `unmap` event is guaranted to be emitted before the `destroy`
|
|
|
|
* emitted. The `unmap` event is guaranteed to be emitted before the `destroy`
|
|
|
|
* event if the view is destroyed when mapped.
|
|
|
|
* event if the view is destroyed when mapped.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
struct wlr_xdg_toplevel_v6 {
|
|
|
|
struct wlr_xdg_toplevel_v6 {
|
|
|
@ -306,7 +306,7 @@ struct wlr_xdg_surface_v6 *wlr_xdg_surface_v6_from_wlr_surface(
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Call `iterator` on each surface in the xdg-surface tree, with the surface's
|
|
|
|
* Call `iterator` on each surface in the xdg-surface tree, with the surface's
|
|
|
|
* positon relative to the root xdg-surface. The function is called from root to
|
|
|
|
* position relative to the root xdg-surface. The function is called from root to
|
|
|
|
* leaves (in rendering order).
|
|
|
|
* leaves (in rendering order).
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
void wlr_xdg_surface_v6_for_each_surface(struct wlr_xdg_surface_v6 *surface,
|
|
|
|
void wlr_xdg_surface_v6_for_each_surface(struct wlr_xdg_surface_v6 *surface,
|
|
|
|