Home
last modified time | relevance | path

Searched refs:xdg_surface (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/dports/x11/kf5-kwayland/kwayland-5.89.0/src/compat/
H A Dwayland-xdg-shell-v5-client-protocol.h38 struct xdg_surface;
549 void (*close)(void *data, struct xdg_surface *xdg_surface);
648 static inline void *zxdg_surface_v5_get_user_data(struct xdg_surface *xdg_surface) in zxdg_surface_v5_get_user_data() argument
653 static inline uint32_t zxdg_surface_v5_get_version(struct xdg_surface *xdg_surface) in zxdg_surface_v5_get_version() argument
665 static inline void zxdg_surface_v5_destroy(struct xdg_surface *xdg_surface) in zxdg_surface_v5_destroy() argument
683 static inline void zxdg_surface_v5_set_parent(struct xdg_surface *xdg_surface, struct xdg_surface *… in zxdg_surface_v5_set_parent() argument
699 static inline void zxdg_surface_v5_set_title(struct xdg_surface *xdg_surface, const char *title) in zxdg_surface_v5_set_title() argument
899 static inline void zxdg_surface_v5_set_maximized(struct xdg_surface *xdg_surface) in zxdg_surface_v5_set_maximized() argument
925 static inline void zxdg_surface_v5_unset_maximized(struct xdg_surface *xdg_surface) in zxdg_surface_v5_unset_maximized() argument
951 static inline void zxdg_surface_v5_unset_fullscreen(struct xdg_surface *xdg_surface) in zxdg_surface_v5_unset_fullscreen() argument
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/ecore_wayland/
H A Dxdg-shell-client-protocol.h48 struct xdg_surface;
289 struct xdg_surface *xdg_surface,
307 struct xdg_surface *xdg_surface);
311 xdg_surface_add_listener(struct xdg_surface *xdg_surface, in xdg_surface_add_listener() argument
340 xdg_surface_get_user_data(struct xdg_surface *xdg_surface) in xdg_surface_get_user_data() argument
346 xdg_surface_destroy(struct xdg_surface *xdg_surface) in xdg_surface_destroy() argument
355 xdg_surface_set_parent(struct xdg_surface *xdg_surface, struct xdg_surface *parent) in xdg_surface_set_parent() argument
411 xdg_surface_set_maximized(struct xdg_surface *xdg_surface) in xdg_surface_set_maximized() argument
418 xdg_surface_unset_maximized(struct xdg_surface *xdg_surface) in xdg_surface_unset_maximized() argument
432 xdg_surface_unset_fullscreen(struct xdg_surface *xdg_surface) in xdg_surface_unset_fullscreen() argument
[all …]
H A Decore_wl_window.c16 static void _ecore_xdg_handle_surface_delete(void *data, struct xdg_surface *xdg_surface);
153 xdg_surface_set_parent(win->xdg_surface, win->parent->xdg_surface); in _ecore_wl_window_shell_surface_init()
266 if (win->xdg_surface) xdg_surface_destroy(win->xdg_surface); in ecore_wl_window_free()
267 win->xdg_surface = NULL; in ecore_wl_window_free()
305 if (win->xdg_surface) in ecore_wl_window_move()
333 if (win->xdg_surface) in ecore_wl_window_resize()
437 if (win->xdg_surface) xdg_surface_destroy(win->xdg_surface); in ecore_wl_window_hide()
616 if (win->xdg_surface) in ecore_wl_window_update_size()
632 if (win->xdg_surface) in ecore_wl_window_update_location()
660 EAPI struct xdg_surface *
[all …]
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/plugins/shellintegration/xdg-shell-v5/pregenerated/3rdparty/
H A Dwayland-xdg-shell-unstable-v5-client-protocol_p.h711 wl_proxy_marshal((struct wl_proxy *) xdg_surface, in xdg_surface_destroy()
731 wl_proxy_marshal((struct wl_proxy *) xdg_surface, in xdg_surface_set_parent()
749 wl_proxy_marshal((struct wl_proxy *) xdg_surface, in xdg_surface_set_title()
780 wl_proxy_marshal((struct wl_proxy *) xdg_surface, in xdg_surface_set_app_id()
802 wl_proxy_marshal((struct wl_proxy *) xdg_surface, in xdg_surface_show_window_menu()
829 wl_proxy_marshal((struct wl_proxy *) xdg_surface, in xdg_surface_move()
870 wl_proxy_marshal((struct wl_proxy *) xdg_surface, in xdg_surface_resize()
892 wl_proxy_marshal((struct wl_proxy *) xdg_surface, in xdg_surface_ack_configure()
928 wl_proxy_marshal((struct wl_proxy *) xdg_surface, in xdg_surface_set_window_geometry()
955 wl_proxy_marshal((struct wl_proxy *) xdg_surface, in xdg_surface_set_maximized()
[all …]
/dports/x11-toolkits/wlroots/wlroots-0.12.0/types/xdg_shell/
H A Dwlr_xdg_surface.c248 if (xdg_surface == NULL) { in xdg_surface_handle_get_popup()
260 if (xdg_surface == NULL) { in xdg_surface_handle_get_toplevel()
420 if (xdg_surface == NULL) { in create_xdg_surface()
432 free(xdg_surface); in create_xdg_surface()
439 free(xdg_surface); in create_xdg_surface()
466 xdg_surface->resource); in create_xdg_surface()
472 return xdg_surface; in create_xdg_surface()
480 if (xdg_surface->added) { in reset_xdg_surface()
481 wlr_signal_emit_safe(&xdg_surface->events.destroy, xdg_surface); in reset_xdg_surface()
504 free(xdg_surface->popup); in reset_xdg_surface()
[all …]
H A Dwlr_xdg_popup.c266 struct wlr_xdg_surface *xdg_surface = in xdg_popup_handle_resource_destroy() local
268 if (xdg_surface == NULL) { in xdg_popup_handle_resource_destroy()
271 wlr_xdg_popup_destroy(xdg_surface); in xdg_popup_handle_resource_destroy()
299 xdg_surface, xdg_surface->resource, XDG_WM_BASE_ERROR_ROLE)) { in create_xdg_popup()
303 assert(xdg_surface->popup == NULL); in create_xdg_popup()
305 if (!xdg_surface->popup) { in create_xdg_popup()
309 xdg_surface->popup->base = xdg_surface; in create_xdg_popup()
315 free(xdg_surface->popup); in create_xdg_popup()
328 xdg_surface->popup->geometry = in create_xdg_popup()
383 struct wlr_xdg_surface *xdg_surface = in wlr_xdg_popup_get_toplevel_coords() local
[all …]
/dports/x11-toolkits/gtk-layer-shell/gtk-layer-shell-0.7.0/src/
H A Dxdg-toplevel-surface.c32 struct xdg_surface *xdg_surface; member
38 struct xdg_surface *xdg_surface, in xdg_surface_handle_configure() argument
43 xdg_surface_ack_configure (xdg_surface, serial); in xdg_surface_handle_configure()
91 g_return_if_fail (!self->xdg_surface); in xdg_toplevel_surface_map()
97 g_return_if_fail (self->xdg_surface); in xdg_toplevel_surface_map()
110 xdg_surface_set_window_geometry (self->xdg_surface, in xdg_toplevel_surface_map()
128 if (self->xdg_surface) { in xdg_toplevel_surface_unmap()
129 xdg_surface_destroy (self->xdg_surface); in xdg_toplevel_surface_unmap()
130 self->xdg_surface = NULL; in xdg_toplevel_surface_unmap()
147 if (!self->xdg_surface) { in xdg_toplevel_surface_get_popup()
[all …]
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/gl/wayland/
H A Dxdg-shell-client-protocol.h57 struct xdg_surface;
500 static inline struct xdg_surface *
811 struct xdg_surface *xdg_surface,
819 xdg_surface_add_listener(struct xdg_surface *xdg_surface, in xdg_surface_add_listener() argument
860 xdg_surface_set_user_data(struct xdg_surface *xdg_surface, void *user_data) in xdg_surface_set_user_data() argument
867 xdg_surface_get_user_data(struct xdg_surface *xdg_surface) in xdg_surface_get_user_data() argument
873 xdg_surface_get_version(struct xdg_surface *xdg_surface) in xdg_surface_get_version() argument
885 xdg_surface_destroy(struct xdg_surface *xdg_surface) in xdg_surface_destroy() argument
903 xdg_surface_get_toplevel(struct xdg_surface *xdg_surface) in xdg_surface_get_toplevel() argument
926 xdg_surface_get_popup(struct xdg_surface *xdg_surface, struct xdg_surface *parent, struct xdg_posit… in xdg_surface_get_popup() argument
[all …]
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/gl/wayland/
H A Dxdg-shell-client-protocol.h57 struct xdg_surface;
500 static inline struct xdg_surface *
811 struct xdg_surface *xdg_surface,
819 xdg_surface_add_listener(struct xdg_surface *xdg_surface, in xdg_surface_add_listener() argument
860 xdg_surface_set_user_data(struct xdg_surface *xdg_surface, void *user_data) in xdg_surface_set_user_data() argument
867 xdg_surface_get_user_data(struct xdg_surface *xdg_surface) in xdg_surface_get_user_data() argument
873 xdg_surface_get_version(struct xdg_surface *xdg_surface) in xdg_surface_get_version() argument
885 xdg_surface_destroy(struct xdg_surface *xdg_surface) in xdg_surface_destroy() argument
903 xdg_surface_get_toplevel(struct xdg_surface *xdg_surface) in xdg_surface_get_toplevel() argument
926 xdg_surface_get_popup(struct xdg_surface *xdg_surface, struct xdg_surface *parent, struct xdg_posit… in xdg_surface_get_popup() argument
[all …]
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/gl/wayland/
H A Dxdg-shell-client-protocol.h57 struct xdg_surface;
500 static inline struct xdg_surface *
811 struct xdg_surface *xdg_surface,
819 xdg_surface_add_listener(struct xdg_surface *xdg_surface, in xdg_surface_add_listener() argument
860 xdg_surface_set_user_data(struct xdg_surface *xdg_surface, void *user_data) in xdg_surface_set_user_data() argument
867 xdg_surface_get_user_data(struct xdg_surface *xdg_surface) in xdg_surface_get_user_data() argument
873 xdg_surface_get_version(struct xdg_surface *xdg_surface) in xdg_surface_get_version() argument
885 xdg_surface_destroy(struct xdg_surface *xdg_surface) in xdg_surface_destroy() argument
903 xdg_surface_get_toplevel(struct xdg_surface *xdg_surface) in xdg_surface_get_toplevel() argument
926 xdg_surface_get_popup(struct xdg_surface *xdg_surface, struct xdg_surface *parent, struct xdg_posit… in xdg_surface_get_popup() argument
[all …]
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/gl/wayland/
H A Dxdg-shell-client-protocol.h57 struct xdg_surface;
500 static inline struct xdg_surface *
811 struct xdg_surface *xdg_surface,
819 xdg_surface_add_listener(struct xdg_surface *xdg_surface, in xdg_surface_add_listener() argument
860 xdg_surface_set_user_data(struct xdg_surface *xdg_surface, void *user_data) in xdg_surface_set_user_data() argument
867 xdg_surface_get_user_data(struct xdg_surface *xdg_surface) in xdg_surface_get_user_data() argument
873 xdg_surface_get_version(struct xdg_surface *xdg_surface) in xdg_surface_get_version() argument
885 xdg_surface_destroy(struct xdg_surface *xdg_surface) in xdg_surface_destroy() argument
903 xdg_surface_get_toplevel(struct xdg_surface *xdg_surface) in xdg_surface_get_toplevel() argument
926 xdg_surface_get_popup(struct xdg_surface *xdg_surface, struct xdg_surface *parent, struct xdg_posit… in xdg_surface_get_popup() argument
[all …]
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/gl/wayland/
H A Dxdg-shell-client-protocol.h57 struct xdg_surface;
500 static inline struct xdg_surface *
811 struct xdg_surface *xdg_surface,
819 xdg_surface_add_listener(struct xdg_surface *xdg_surface, in xdg_surface_add_listener() argument
860 xdg_surface_set_user_data(struct xdg_surface *xdg_surface, void *user_data) in xdg_surface_set_user_data() argument
867 xdg_surface_get_user_data(struct xdg_surface *xdg_surface) in xdg_surface_get_user_data() argument
873 xdg_surface_get_version(struct xdg_surface *xdg_surface) in xdg_surface_get_version() argument
885 xdg_surface_destroy(struct xdg_surface *xdg_surface) in xdg_surface_destroy() argument
903 xdg_surface_get_toplevel(struct xdg_surface *xdg_surface) in xdg_surface_get_toplevel() argument
926 xdg_surface_get_popup(struct xdg_surface *xdg_surface, struct xdg_surface *parent, struct xdg_posit… in xdg_surface_get_popup() argument
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A Dxdg_shell_client_protocol.h57 struct xdg_surface;
500 static inline struct xdg_surface *
811 struct xdg_surface *xdg_surface,
819 xdg_surface_add_listener(struct xdg_surface *xdg_surface, in xdg_surface_add_listener() argument
860 xdg_surface_set_user_data(struct xdg_surface *xdg_surface, void *user_data) in xdg_surface_set_user_data() argument
867 xdg_surface_get_user_data(struct xdg_surface *xdg_surface) in xdg_surface_get_user_data() argument
873 xdg_surface_get_version(struct xdg_surface *xdg_surface) in xdg_surface_get_version() argument
885 xdg_surface_destroy(struct xdg_surface *xdg_surface) in xdg_surface_destroy() argument
903 xdg_surface_get_toplevel(struct xdg_surface *xdg_surface) in xdg_surface_get_toplevel() argument
926 xdg_surface_get_popup(struct xdg_surface *xdg_surface, struct xdg_surface *parent, struct xdg_posit… in xdg_surface_get_popup() argument
[all …]
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/gl/wayland/
H A Dxdg-shell-client-protocol.h57 struct xdg_surface;
500 static inline struct xdg_surface *
811 struct xdg_surface *xdg_surface,
819 xdg_surface_add_listener(struct xdg_surface *xdg_surface, in xdg_surface_add_listener() argument
860 xdg_surface_set_user_data(struct xdg_surface *xdg_surface, void *user_data) in xdg_surface_set_user_data() argument
867 xdg_surface_get_user_data(struct xdg_surface *xdg_surface) in xdg_surface_get_user_data() argument
873 xdg_surface_get_version(struct xdg_surface *xdg_surface) in xdg_surface_get_version() argument
885 xdg_surface_destroy(struct xdg_surface *xdg_surface) in xdg_surface_destroy() argument
903 xdg_surface_get_toplevel(struct xdg_surface *xdg_surface) in xdg_surface_get_toplevel() argument
926 xdg_surface_get_popup(struct xdg_surface *xdg_surface, struct xdg_surface *parent, struct xdg_posit… in xdg_surface_get_popup() argument
[all …]
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/gl/wayland/
H A Dxdg-shell-client-protocol.h57 struct xdg_surface;
500 static inline struct xdg_surface *
811 struct xdg_surface *xdg_surface,
819 xdg_surface_add_listener(struct xdg_surface *xdg_surface, in xdg_surface_add_listener() argument
860 xdg_surface_set_user_data(struct xdg_surface *xdg_surface, void *user_data) in xdg_surface_set_user_data() argument
867 xdg_surface_get_user_data(struct xdg_surface *xdg_surface) in xdg_surface_get_user_data() argument
873 xdg_surface_get_version(struct xdg_surface *xdg_surface) in xdg_surface_get_version() argument
885 xdg_surface_destroy(struct xdg_surface *xdg_surface) in xdg_surface_destroy() argument
903 xdg_surface_get_toplevel(struct xdg_surface *xdg_surface) in xdg_surface_get_toplevel() argument
926 xdg_surface_get_popup(struct xdg_surface *xdg_surface, struct xdg_surface *parent, struct xdg_posit… in xdg_surface_get_popup() argument
[all …]
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/gl/wayland/
H A Dxdg-shell-client-protocol.h57 struct xdg_surface;
500 static inline struct xdg_surface *
811 struct xdg_surface *xdg_surface,
819 xdg_surface_add_listener(struct xdg_surface *xdg_surface, in xdg_surface_add_listener() argument
860 xdg_surface_set_user_data(struct xdg_surface *xdg_surface, void *user_data) in xdg_surface_set_user_data() argument
867 xdg_surface_get_user_data(struct xdg_surface *xdg_surface) in xdg_surface_get_user_data() argument
873 xdg_surface_get_version(struct xdg_surface *xdg_surface) in xdg_surface_get_version() argument
885 xdg_surface_destroy(struct xdg_surface *xdg_surface) in xdg_surface_destroy() argument
903 xdg_surface_get_toplevel(struct xdg_surface *xdg_surface) in xdg_surface_get_toplevel() argument
926 xdg_surface_get_popup(struct xdg_surface *xdg_surface, struct xdg_surface *parent, struct xdg_posit… in xdg_surface_get_popup() argument
[all …]
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/gl/wayland/
H A Dxdg-shell-client-protocol.h57 struct xdg_surface;
500 static inline struct xdg_surface *
811 struct xdg_surface *xdg_surface,
819 xdg_surface_add_listener(struct xdg_surface *xdg_surface, in xdg_surface_add_listener() argument
860 xdg_surface_set_user_data(struct xdg_surface *xdg_surface, void *user_data) in xdg_surface_set_user_data() argument
867 xdg_surface_get_user_data(struct xdg_surface *xdg_surface) in xdg_surface_get_user_data() argument
873 xdg_surface_get_version(struct xdg_surface *xdg_surface) in xdg_surface_get_version() argument
885 xdg_surface_destroy(struct xdg_surface *xdg_surface) in xdg_surface_destroy() argument
903 xdg_surface_get_toplevel(struct xdg_surface *xdg_surface) in xdg_surface_get_toplevel() argument
926 xdg_surface_get_popup(struct xdg_surface *xdg_surface, struct xdg_surface *parent, struct xdg_posit… in xdg_surface_get_popup() argument
[all …]
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/gl/wayland/
H A Dxdg-shell-client-protocol.h57 struct xdg_surface;
500 static inline struct xdg_surface *
811 struct xdg_surface *xdg_surface,
819 xdg_surface_add_listener(struct xdg_surface *xdg_surface, in xdg_surface_add_listener() argument
860 xdg_surface_set_user_data(struct xdg_surface *xdg_surface, void *user_data) in xdg_surface_set_user_data() argument
867 xdg_surface_get_user_data(struct xdg_surface *xdg_surface) in xdg_surface_get_user_data() argument
873 xdg_surface_get_version(struct xdg_surface *xdg_surface) in xdg_surface_get_version() argument
885 xdg_surface_destroy(struct xdg_surface *xdg_surface) in xdg_surface_destroy() argument
903 xdg_surface_get_toplevel(struct xdg_surface *xdg_surface) in xdg_surface_get_toplevel() argument
926 xdg_surface_get_popup(struct xdg_surface *xdg_surface, struct xdg_surface *parent, struct xdg_posit… in xdg_surface_get_popup() argument
[all …]
/dports/multimedia/gstreamer1-vaapi/gstreamer-vaapi-1.16.2/gst-libs/gst/vaapi/
H A Dxdg-shell-client-protocol.h57 struct xdg_surface;
500 static inline struct xdg_surface *
811 struct xdg_surface *xdg_surface,
819 xdg_surface_add_listener(struct xdg_surface *xdg_surface, in xdg_surface_add_listener() argument
860 xdg_surface_set_user_data(struct xdg_surface *xdg_surface, void *user_data) in xdg_surface_set_user_data() argument
867 xdg_surface_get_user_data(struct xdg_surface *xdg_surface) in xdg_surface_get_user_data() argument
873 xdg_surface_get_version(struct xdg_surface *xdg_surface) in xdg_surface_get_version() argument
885 xdg_surface_destroy(struct xdg_surface *xdg_surface) in xdg_surface_destroy() argument
903 xdg_surface_get_toplevel(struct xdg_surface *xdg_surface) in xdg_surface_get_toplevel() argument
926 xdg_surface_get_popup(struct xdg_surface *xdg_surface, struct xdg_surface *parent, struct xdg_posit… in xdg_surface_get_popup() argument
[all …]
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/wayland/
H A Dxdg-shell-client-protocol.h57 struct xdg_surface;
500 static inline struct xdg_surface *
811 struct xdg_surface *xdg_surface,
819 xdg_surface_add_listener(struct xdg_surface *xdg_surface, in xdg_surface_add_listener() argument
860 xdg_surface_set_user_data(struct xdg_surface *xdg_surface, void *user_data) in xdg_surface_set_user_data() argument
867 xdg_surface_get_user_data(struct xdg_surface *xdg_surface) in xdg_surface_get_user_data() argument
873 xdg_surface_get_version(struct xdg_surface *xdg_surface) in xdg_surface_get_version() argument
885 xdg_surface_destroy(struct xdg_surface *xdg_surface) in xdg_surface_destroy() argument
903 xdg_surface_get_toplevel(struct xdg_surface *xdg_surface) in xdg_surface_get_toplevel() argument
926 xdg_surface_get_popup(struct xdg_surface *xdg_surface, struct xdg_surface *parent, struct xdg_posit… in xdg_surface_get_popup() argument
[all …]
/dports/sysutils/dunst/dunst-1.6.1/src/wayland/protocols/
H A Dxdg-shell-client-header.h57 struct xdg_surface;
488 static inline struct xdg_surface *
864 struct xdg_surface *xdg_surface,
872 xdg_surface_add_listener(struct xdg_surface *xdg_surface, in xdg_surface_add_listener() argument
913 xdg_surface_set_user_data(struct xdg_surface *xdg_surface, void *user_data) in xdg_surface_set_user_data() argument
920 xdg_surface_get_user_data(struct xdg_surface *xdg_surface) in xdg_surface_get_user_data() argument
926 xdg_surface_get_version(struct xdg_surface *xdg_surface) in xdg_surface_get_version() argument
938 xdg_surface_destroy(struct xdg_surface *xdg_surface) in xdg_surface_destroy() argument
956 xdg_surface_get_toplevel(struct xdg_surface *xdg_surface) in xdg_surface_get_toplevel() argument
979 xdg_surface_get_popup(struct xdg_surface *xdg_surface, struct xdg_surface *parent, struct xdg_posit… in xdg_surface_get_popup() argument
[all …]
/dports/x11-wm/phoc/phoc-f26fa0123742ba95d303ad552fc1f8d2d0117288/src/
H A Dxdg_shell.c138 struct wlr_xdg_surface *xdg_surface = in get_size() local
148 struct wlr_xdg_surface *xdg_surface = in activate() local
177 struct wlr_xdg_surface *xdg_surface = in resize() local
195 struct wlr_xdg_surface *wlr_xdg_surface = xdg_surface->xdg_surface; in move_resize()
242 struct wlr_xdg_surface *xdg_surface = in maximize() local
252 struct wlr_xdg_surface *xdg_surface = in set_fullscreen() local
262 struct wlr_xdg_surface *xdg_surface = in _close() local
273 struct wlr_xdg_surface *xdg_surface = in for_each_surface() local
606 assert(xdg_surface != NULL); in handle_xdg_toplevel_decoration()
607 struct wlr_xdg_surface *wlr_xdg_surface = xdg_surface->xdg_surface; in handle_xdg_toplevel_decoration()
[all …]
/dports/x11-wm/sway/sway-1.5.1/sway/desktop/
H A Dxdg_shell.c97 popup->wlr_xdg_surface = xdg_surface; in popup_create()
281 xdg_surface->configure_serial); in handle_commit()
332 struct wlr_xdg_surface *xdg_surface = in handle_request_fullscreen() local
338 xdg_surface->role)) { in handle_request_fullscreen()
341 if (!xdg_surface->mapped) { in handle_request_fullscreen()
498 struct wlr_xdg_surface *xdg_surface) { in view_from_wlr_xdg_surface() argument
499 return xdg_surface->data; in view_from_wlr_xdg_surface()
503 struct wlr_xdg_surface *xdg_surface = data; in handle_xdg_shell_surface() local
511 xdg_surface->toplevel->title, xdg_surface->toplevel->app_id); in handle_xdg_shell_surface()
512 wlr_xdg_surface_ping(xdg_surface); in handle_xdg_shell_surface()
[all …]
/dports/x11-wm/cage/cage-0.1.2.1/
H A Dxdg_shell.c155 return xdg_shell_view->xdg_surface->toplevel->title; in get_title()
185 struct wlr_xdg_surface *xdg_surface = _child->xdg_surface; in is_transient_for() local
188 while (xdg_surface) { in is_transient_for()
189 if (xdg_surface->toplevel->parent == parent_xdg_surface) { in is_transient_for()
192 xdg_surface = xdg_surface->toplevel->parent; in is_transient_for()
278 view_map(view, xdg_shell_view->xdg_surface->surface); in handle_xdg_shell_surface_map()
294 xdg_shell_view->xdg_surface = NULL; in handle_xdg_shell_surface_destroy()
316 struct wlr_xdg_surface *xdg_surface = data; in handle_xdg_shell_surface_new() local
318 if (xdg_surface->role != WLR_XDG_SURFACE_ROLE_TOPLEVEL) { in handle_xdg_shell_surface_new()
329 xdg_shell_view->xdg_surface = xdg_surface; in handle_xdg_shell_surface_new()
[all …]
/dports/x11-wm/mutter/mutter-41.1/src/wayland/
H A Dmeta-wayland-xdg-shell.c190 META_WAYLAND_XDG_SURFACE_GET_CLASS (xdg_surface)->reset (xdg_surface); in meta_wayland_xdg_surface_reset()
863 META_WAYLAND_SHELL_SURFACE (xdg_surface); in meta_wayland_xdg_toplevel_reset()
865 META_WAYLAND_SURFACE_ROLE (xdg_surface); in meta_wayland_xdg_toplevel_reset()
879 xdg_surface_class->reset (xdg_surface); in meta_wayland_xdg_toplevel_reset()
920 META_WAYLAND_XDG_TOPLEVEL (xdg_surface); in meta_wayland_xdg_toplevel_shell_client_destroyed()
1022 META_WAYLAND_SHELL_SURFACE (xdg_surface); in finish_popup_setup()
1212 xdg_surface_class->reset (xdg_surface); in meta_wayland_xdg_popup_reset()
1792 xdg_surface, in meta_wayland_xdg_surface_constructor_finalize()
1819 MetaWaylandXdgSurface *xdg_surface; in xdg_surface_constructor_get_toplevel() local
1870 MetaWaylandXdgSurface *xdg_surface; in xdg_surface_constructor_get_popup() local
[all …]

12345678910>>...15