Home
last modified time | relevance | path

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

/dports/graphics/weston/weston-1.9.0/desktop-shell/
H A Dshell.c388 grab->shsurf = shsurf; in shell_grab_start()
576 grab->shsurf = shsurf; in shell_touch_grab_start()
1792 shsurf = find_toplevel_surface(shsurf); in surface_move()
2578 shsurf->fullscreen_output = shsurf->output; in set_fullscreen()
2610 shsurf->saved_x, shsurf->saved_y); in unset_fullscreen()
2693 shsurf->saved_x, shsurf->saved_y); in unset_maximized()
2807 shsurf->state = shsurf->next_state; in set_surface_type()
3568 weston_view_set_position(shsurf->view, shsurf->popup.x, shsurf->popup.y); in shell_map_popup()
3728 shsurf = calloc(1, sizeof *shsurf); in create_common_surface()
5635 shsurf->view->output = shsurf->output; in map()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/desktop-shell/
H A Dshell.c276 grab->shsurf = shsurf; in shell_grab_start()
399 grab->shsurf = shsurf; in shell_touch_grab_start()
1811 struct shell_surface *shsurf = grab->shsurf; in busy_cursor_grab_button() local
1816 activate(shsurf->shell, shsurf->view, seat, in busy_cursor_grab_button()
1820 activate(shsurf->shell, shsurf->view, seat, in busy_cursor_grab_button()
2014 shsurf->saved_x, shsurf->saved_y); in unset_fullscreen()
2037 shsurf->saved_x, shsurf->saved_y); in unset_maximized()
2388 shsurf = calloc(1, sizeof *shsurf); in desktop_surface_added()
2601 shsurf->saved_x = shsurf->view->geometry.x; in desktop_surface_committed()
2602 shsurf->saved_y = shsurf->view->geometry.y; in desktop_surface_committed()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/desktop-shell/
H A Dshell.c276 grab->shsurf = shsurf; in shell_grab_start()
399 grab->shsurf = shsurf; in shell_touch_grab_start()
1811 struct shell_surface *shsurf = grab->shsurf; in busy_cursor_grab_button() local
1816 activate(shsurf->shell, shsurf->view, seat, in busy_cursor_grab_button()
1820 activate(shsurf->shell, shsurf->view, seat, in busy_cursor_grab_button()
2014 shsurf->saved_x, shsurf->saved_y); in unset_fullscreen()
2037 shsurf->saved_x, shsurf->saved_y); in unset_maximized()
2388 shsurf = calloc(1, sizeof *shsurf); in desktop_surface_added()
2601 shsurf->saved_x = shsurf->view->geometry.x; in desktop_surface_committed()
2602 shsurf->saved_y = shsurf->view->geometry.y; in desktop_surface_committed()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/xwayland/
H A Dxwayland-internal-interface.h40 void (*set_toplevel)(struct weston_desktop_xwayland_surface *shsurf);
43 void (*set_parent)(struct weston_desktop_xwayland_surface *shsurf,
45 void (*set_transient)(struct weston_desktop_xwayland_surface *shsurf,
47 void (*set_fullscreen)(struct weston_desktop_xwayland_surface *shsurf,
49 void (*set_xwayland)(struct weston_desktop_xwayland_surface *shsurf,
51 int (*move)(struct weston_desktop_xwayland_surface *shsurf,
53 int (*resize)(struct weston_desktop_xwayland_surface *shsurf,
55 void (*set_title)(struct weston_desktop_xwayland_surface *shsurf,
57 void (*set_window_geometry)(struct weston_desktop_xwayland_surface *shsurf,
60 void (*set_maximized)(struct weston_desktop_xwayland_surface *shsurf);
[all …]
H A Dwindow-manager.c144 struct weston_desktop_xwayland_surface *shsurf; member
816 if (window->shsurf) in weston_wm_handle_configure_notify()
817 xwayland_api->set_xwayland(window->shsurf, in weston_wm_handle_configure_notify()
1124 assert(!window->shsurf); in weston_wm_handle_map_request()
1209 window->shsurf = NULL; in weston_wm_handle_unmap_notify()
1710 if (window->shsurf) in weston_wm_window_handle_state()
1714 if (window->shsurf) in weston_wm_window_handle_state()
1732 if (window->shsurf) in weston_wm_window_handle_state()
1734 } else if (window->shsurf) { in weston_wm_window_handle_state()
1752 window->shsurf = NULL; in surface_destroy()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/xwayland/
H A Dxwayland-internal-interface.h40 void (*set_toplevel)(struct weston_desktop_xwayland_surface *shsurf);
43 void (*set_parent)(struct weston_desktop_xwayland_surface *shsurf,
45 void (*set_transient)(struct weston_desktop_xwayland_surface *shsurf,
47 void (*set_fullscreen)(struct weston_desktop_xwayland_surface *shsurf,
49 void (*set_xwayland)(struct weston_desktop_xwayland_surface *shsurf,
51 int (*move)(struct weston_desktop_xwayland_surface *shsurf,
53 int (*resize)(struct weston_desktop_xwayland_surface *shsurf,
55 void (*set_title)(struct weston_desktop_xwayland_surface *shsurf,
57 void (*set_window_geometry)(struct weston_desktop_xwayland_surface *shsurf,
60 void (*set_maximized)(struct weston_desktop_xwayland_surface *shsurf);
[all …]
H A Dwindow-manager.c144 struct weston_desktop_xwayland_surface *shsurf; member
816 if (window->shsurf) in weston_wm_handle_configure_notify()
817 xwayland_api->set_xwayland(window->shsurf, in weston_wm_handle_configure_notify()
1124 assert(!window->shsurf); in weston_wm_handle_map_request()
1209 window->shsurf = NULL; in weston_wm_handle_unmap_notify()
1710 if (window->shsurf) in weston_wm_window_handle_state()
1714 if (window->shsurf) in weston_wm_window_handle_state()
1732 if (window->shsurf) in weston_wm_window_handle_state()
1734 } else if (window->shsurf) { in weston_wm_window_handle_state()
1752 window->shsurf = NULL; in surface_destroy()
[all …]
/dports/graphics/weston/weston-1.9.0/tests/
H A Droles-test.c95 struct wl_shell_surface *shsurf; in TEST() local
109 shsurf = wl_shell_get_shell_surface(shell, child); in TEST()
110 assert(shsurf); in TEST()
123 struct wl_shell_surface *shsurf; in TEST() local
133 shsurf = wl_shell_get_shell_surface(shell, child); in TEST()
134 assert(shsurf); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/tests/
H A Droles-test.c95 struct wl_shell_surface *shsurf; in TEST() local
109 shsurf = wl_shell_get_shell_surface(shell, child); in TEST()
110 assert(shsurf); in TEST()
123 struct wl_shell_surface *shsurf; in TEST() local
133 shsurf = wl_shell_get_shell_surface(shell, child); in TEST()
134 assert(shsurf); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/ivi-shell/
H A Divi-shell.c80 struct ivi_shell_surface *shsurf; in get_ivi_shell_surface() local
85 shsurf = surface->committed_private; in get_ivi_shell_surface()
86 assert(shsurf); in get_ivi_shell_surface()
87 assert(shsurf->surface == surface); in get_ivi_shell_surface()
89 return shsurf; in get_ivi_shell_surface()
95 struct ivi_shell_surface *shsurf; in shell_get_ivi_layout_surface() local
98 if (!shsurf) in shell_get_ivi_layout_surface()
101 return shsurf->layout_surface; in shell_get_ivi_layout_surface()
108 struct ivi_shell_surface *shsurf; in shell_surface_send_configure() local
111 if (!shsurf) in shell_surface_send_configure()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/ivi-shell/
H A Divi-shell.c80 struct ivi_shell_surface *shsurf; in get_ivi_shell_surface() local
85 shsurf = surface->committed_private; in get_ivi_shell_surface()
86 assert(shsurf); in get_ivi_shell_surface()
87 assert(shsurf->surface == surface); in get_ivi_shell_surface()
89 return shsurf; in get_ivi_shell_surface()
95 struct ivi_shell_surface *shsurf; in shell_get_ivi_layout_surface() local
98 if (!shsurf) in shell_get_ivi_layout_surface()
101 return shsurf->layout_surface; in shell_get_ivi_layout_surface()
108 struct ivi_shell_surface *shsurf; in shell_surface_send_configure() local
111 if (!shsurf) in shell_surface_send_configure()
[all …]
/dports/graphics/weston/weston-1.9.0/xwayland/
H A Dwindow-manager.c134 struct shell_surface *shsurf; member
538 if (window->shsurf && window->name) in weston_wm_window_read_properties()
542 if (window->shsurf && window->pid > 0) in weston_wm_window_read_properties()
1039 window->shsurf = NULL; in weston_wm_handle_unmap_notify()
1465 if (window->shsurf) in weston_wm_window_handle_state()
1470 if (window->shsurf) in weston_wm_window_handle_state()
1486 if (window->shsurf) in weston_wm_window_handle_state()
1488 } else if (window->shsurf) { in weston_wm_window_handle_state()
1506 window->shsurf = NULL; in surface_destroy()
2514 window->shsurf = in xserver_map_shell_surface()
[all …]
/dports/graphics/weston/weston-1.9.0/ivi-shell/
H A Divi-shell.c314 struct ivi_shell_surface *shsurf; in get_default_view() local
320 shsurf = get_ivi_shell_surface(surface); in get_default_view()
321 if (shsurf && shsurf->layout_surface) { in get_default_view()
322 view = ivi_layout_get_weston_view(shsurf->layout_surface); in get_default_view()
/dports/graphics/weston/weston-1.9.0/src/
H A Dcompositor.h98 struct shell_surface *shsurf);
100 void (*set_toplevel)(struct shell_surface *shsurf);
102 void (*set_transient)(struct shell_surface *shsurf,
105 void (*set_fullscreen)(struct shell_surface *shsurf,
109 void (*set_xwayland)(struct shell_surface *shsurf,
111 int (*move)(struct shell_surface *shsurf, struct weston_pointer *pointer);
112 int (*resize)(struct shell_surface *shsurf,
114 void (*set_title)(struct shell_surface *shsurf,
116 void (*set_window_geometry)(struct shell_surface *shsurf,
119 void (*set_maximized)(struct shell_surface *shsurf);
[all …]