Home
last modified time | relevance | path

Searched defs:wlr_surface (Results 1 – 25 of 25) sorted by relevance

/dports/x11-toolkits/wlroots/wlroots-0.12.0/include/wlr/types/
H A Dwlr_surface.h70 struct wlr_surface { struct
87 * `wlr_surface_state.surface_damage` and `wlr_surface_state.buffer_damage`. argument
113 struct wlr_surface_state current, pending, previous; argument
115 const struct wlr_surface_role *role; // the lifetime-bound role or NULL argument
116 void *role_data; // role-specific data
140 struct wlr_surface *surface; argument
/dports/x11-wm/sway/sway-1.5.1/include/sway/
H A Dsurface.h6 struct wlr_surface *wlr_surface; member
/dports/x11-wm/sway/sway-1.5.1/sway/desktop/
H A Dsurface.c32 struct wlr_surface *wlr_surface = data; in handle_compositor_new_surface() local
H A Doutput.c440 struct wlr_surface *wlr_surface = sway_layer_surface->layer_surface->surface; in output_has_opaque_overlay_layer_surface() local
/dports/x11-wm/cage/cage-0.1.2.1/
H A Dview.h28 struct wlr_surface *wlr_surface; member
54 struct wlr_surface *wlr_surface; member
H A Dview.c59 view_child_init(struct cg_view_child *child, struct cg_view *view, struct wlr_surface *wlr_surface) in view_child_init()
/dports/x11-wm/phoc/phoc-f26fa0123742ba95d303ad552fc1f8d2d0117288/src/
H A Dgtk-shell.h19 struct wlr_surface *wlr_surface; member
H A Dgtk-shell.c120 struct wlr_surface *wlr_surface = in handle_get_gtk_surface() local
H A Dcursor.h37 struct wlr_surface *wlr_surface; member
H A Dview.h88 struct wlr_surface *wlr_surface; // set only when the surface is mapped member
163 struct wlr_surface *wlr_surface; member
H A Dview.c646 struct wlr_surface *wlr_surface) { in view_child_init()
1092 roots_view_from_wlr_surface (struct wlr_surface *wlr_surface) in roots_view_from_wlr_surface()
H A Dxwayland.c297 struct wlr_surface *wlr_surface = view->wlr_surface; in handle_surface_commit() local
/dports/x11-wm/hikari/hikari-2.2.3/include/hikari/
H A Dnode.h35 void (*func)(struct wlr_surface *, int, int, void *), in hikari_node_for_each_surface() argument
/dports/x11-wm/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0/src/
H A Dbackground-view.cpp130 wlr_surface *wlr_surface = view->get_wlr_surface(); in __anonb9b431a00202() local
/dports/x11-wm/gamescope/gamescope-3.7.1/src/
H A Dwlserver.cpp84 void xwayland_surface_role_commit(struct wlr_surface *wlr_surface) { in xwayland_surface_role_commit()
99 static void xwayland_surface_role_precommit(struct wlr_surface *wlr_surface) { in xwayland_surface_role_precommit()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/types/xdg_shell/
H A Dwlr_xdg_surface.c349 void handle_xdg_surface_commit(struct wlr_surface *wlr_surface) { in handle_xdg_surface_commit()
392 void handle_xdg_surface_precommit(struct wlr_surface *wlr_surface) { in handle_xdg_surface_precommit()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/types/
H A Dwlr_layer_shell_v1.c303 static void layer_surface_role_commit(struct wlr_surface *wlr_surface) { in layer_surface_role_commit()
400 struct wlr_surface *wlr_surface = in layer_shell_handle_get_layer_surface() local
/dports/x11-wm/hikari/hikari-2.2.3/src/
H A Dxwayland_view.c343 void (*func)(struct wlr_surface *, int, int, void *), in for_each_surface() argument
H A Dxdg_view.c292 void (*func)(struct wlr_surface *, int, int, void *), in for_each_surface() argument
H A Dlayer_shell.c674 void (*func)(struct wlr_surface *, int, int, void *), in for_each_surface() argument
H A Drenderer.c511 void (*func)(struct wlr_surface *, int, int, void *), in layer_for_each() argument
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/include/
H A Dwayland-internal.h69 struct zwlr_layer_surface_v1* wlr_surface; member
/dports/x11-wm/sway/sway-1.5.1/sway/tree/
H A Dview.c644 void view_map(struct sway_view *view, struct wlr_surface *wlr_surface, in view_map()
1062 struct sway_view *view_from_wlr_surface(struct wlr_surface *wlr_surface) { in view_from_wlr_surface()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/xwayland/
H A Dxwm.c793 static void xwayland_surface_role_commit(struct wlr_surface *wlr_surface) { in xwayland_surface_role_commit()
807 static void xwayland_surface_role_precommit(struct wlr_surface *wlr_surface) { in xwayland_surface_role_precommit()
/dports/x11/wofi/wofi-v1.2.4/src/
H A Dwofi.c113 static struct zwlr_layer_surface_v1* wlr_surface; variable