Home
last modified time | relevance | path

Searched refs:shell_surface (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0072-desktop-shell-Avoid-lowering-the-requested-fullscree.patch25 + struct shell_surface *orig_shsurf)
31 struct shell_surface *shsurf = get_shell_surface(view->surface);
66 + struct shell_surface *orig_shsurf);
H A D0070-desktop-shell-Fix-crash-when-destroying-uncommited-s.patch18 @@ -277,7 +277,9 @@ desktop_shell_destroy_surface(struct shell_surface *shsurf)
H A D0045-desktop-shell-Disable-fullscreen-black-background-by.patch21 @@ -1691,7 +1691,8 @@ shell_configure_fullscreen(struct shell_surface *shsurf)
H A D0023-HACK-Support-setting-surface-flags-activate-and-alph.patch26 @@ -1431,6 +1431,11 @@ shell_surface_update_layer(struct shell_surface *shsurf)
55 struct shell_surface *shsurf, *shsurf_child;
H A D0019-backend-drm-Support-controlling-output-dynamically.patch121 + struct shell_surface *shsurf;
/OK3568_Linux_fs/buildroot/package/weston/
H A D0071-desktop-shell-Avoid-lowering-the-requested-fullscree.patch25 + struct shell_surface *orig_shsurf)
31 struct shell_surface *shsurf = get_shell_surface(view->surface);
66 + struct shell_surface *orig_shsurf);
H A D0069-desktop-shell-Fix-crash-when-destroying-uncommited-s.patch18 @@ -277,7 +277,9 @@ desktop_shell_destroy_surface(struct shell_surface *shsurf)
H A D0045-desktop-shell-Disable-fullscreen-black-background-by.patch21 @@ -1691,7 +1691,8 @@ shell_configure_fullscreen(struct shell_surface *shsurf)
H A D0023-HACK-Support-setting-surface-flags-activate-and-alph.patch26 @@ -1431,6 +1431,11 @@ shell_surface_update_layer(struct shell_surface *shsurf)
55 struct shell_surface *shsurf, *shsurf_child;
H A D0019-backend-drm-Support-controlling-output-dynamically.patch120 + struct shell_surface *shsurf;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0072-desktop-shell-Avoid-lowering-the-requested-fullscree.patch39 + struct shell_surface *orig_shsurf)
45 struct shell_surface *shsurf = get_shell_surface(view->surface);
80 + struct shell_surface *orig_shsurf);
H A D0069-desktop-shell-Fix-crash-when-destroying-uncommited-s.patch18 @@ -275,7 +275,9 @@ desktop_shell_destroy_surface(struct shell_surface *shsurf)
H A D0042-desktop-shell-Disable-fullscreen-black-background-by.patch21 @@ -2146,7 +2146,8 @@ shell_configure_fullscreen(struct shell_surface *shsurf)
H A D0020-HACK-Support-setting-surface-flags-activate-and-alph.patch26 @@ -1895,6 +1895,11 @@ shell_surface_update_layer(struct shell_surface *shsurf)
55 struct shell_surface *shsurf, *shsurf_child;
H A D0016-backend-drm-Support-controlling-output-dynamically.patch114 + struct shell_surface *shsurf;
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland.c445 struct wl_shell_surface *shell_surface, uint32_t serial) in shell_surface_ping() argument
447 wl_shell_surface_pong(shell_surface, serial); in shell_surface_ping()
557 xwl_window->shell_surface = in ensure_surface_for_window()
559 if (xwl_window->shell_surface == NULL) { in ensure_surface_for_window()
564 wl_shell_surface_add_listener(xwl_window->shell_surface, in ensure_surface_for_window()
567 wl_shell_surface_set_toplevel(xwl_window->shell_surface); in ensure_surface_for_window()
601 if (xwl_window->shell_surface) in ensure_surface_for_window()
602 wl_shell_surface_destroy(xwl_window->shell_surface); in ensure_surface_for_window()
H A Dxwayland.h180 struct wl_shell_surface *shell_surface; member