Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylanddyn.h86 #define wl_shell_surface_interface (*WAYLAND_wl_shell_surface_interface) macro
/third_party/wayland_standard/tests/data/
Dexample-server.h2343 struct wl_shell_surface_interface { struct
2351 void (*pong)(struct wl_client *client,
2365 void (*move)(struct wl_client *client,
2381 void (*resize)(struct wl_client *client,
2393 void (*set_toplevel)(struct wl_client *client,
2410 void (*set_transient)(struct wl_client *client,
2457 void (*set_fullscreen)(struct wl_client *client,
2491 void (*set_popup)(struct wl_client *client,
2522 void (*set_maximized)(struct wl_client *client,
2537 void (*set_title)(struct wl_client *client,
[all …]
Dexample-code.c343 WL_EXPORT const struct wl_interface wl_shell_surface_interface = { variable