Home
last modified time | relevance | path

Searched defs:wlr_xwayland_surface (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/wlroots/wlroots-0.12.0/include/wlr/
H A Dxwayland.h155 struct wl_list children; // wlr_xwayland_surface::parent_link argument
166 struct wlr_xwayland_surface_hints *hints; argument
168 struct wlr_xwayland_surface_size_hints *size_hints; argument
170 bool pinging;
174 bool modal;
175 bool fullscreen;
176 bool maximized_vert, maximized_horz;
177 bool minimized;
179 bool has_alpha;
181 struct {
[all …]
/dports/x11-wm/sway/sway-1.5.1/include/sway/tree/
H A Dview.h110 struct wlr_xwayland_surface *wlr_xwayland_surface; member
164 struct wlr_xwayland_surface *wlr_xwayland_surface; member
/dports/x11-wm/hikari/hikari-2.2.3/src/
H A Dserver.c465 struct wlr_xwayland_surface *wlr_xwayland_surface = data; in new_xwayland_surface_handler() local