Home
last modified time | relevance | path

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

/dports/x11-toolkits/pangolin/Pangolin-0.6/src/display/device/
H A Ddisplay_wayland.cpp346 struct wl_shell_surface *wshell_surface = nullptr; member
595 wl_shell_surface_move(w->wshell_surface, w->wseat, serial); in handle_configure_toplevel()
623 wl_shell_surface_set_maximized(w->wshell_surface, nullptr); in handle_configure_toplevel()
630 wl_shell_surface_set_toplevel(w->wshell_surface); in handle_configure_toplevel()
892 wshell_surface = wl_shell_get_shell_surface(wshell, wsurface); in handle_configure_toplevel()
894 wl_shell_surface_set_toplevel(wshell_surface); in handle_configure_toplevel()
895 wl_shell_surface_set_title(wshell_surface, title.c_str()); in handle_configure_toplevel()
896 wl_shell_surface_set_class(wshell_surface, title.c_str()); in handle_configure_toplevel()
923 if(wshell_surface) wl_shell_surface_destroy(wshell_surface); in handle_configure_toplevel()
966 wl_shell_surface_set_toplevel(display->wshell_surface); in handle_configure_toplevel()
[all …]