#include <stdlib.h>
#include <stdint.h>
#include "wayland-util.h"
Go to the source code of this file.
◆ types
const struct wl_interface* types[] |
|
static |
◆ wl_output_interface
const struct wl_interface wl_output_interface |
|
extern |
◆ wl_seat_interface
const struct wl_interface wl_seat_interface |
|
extern |
◆ wl_surface_interface
const struct wl_interface wl_surface_interface |
|
extern |
◆ xdg_popup_events
const struct wl_message xdg_popup_events[] |
|
static |
◆ xdg_popup_interface
WL_EXPORT const struct wl_interface xdg_popup_interface |
◆ xdg_popup_requests
const struct wl_message xdg_popup_requests[] |
|
static |
◆ xdg_positioner_interface
WL_EXPORT const struct wl_interface xdg_positioner_interface |
◆ xdg_positioner_requests
const struct wl_message xdg_positioner_requests[] |
|
static |
Initial value:= {
{
"destroy",
"",
types + 0 },
{
"set_size",
"ii",
types + 0 },
{
"set_anchor_rect",
"iiii",
types + 0 },
{
"set_anchor",
"u",
types + 0 },
{
"set_gravity",
"u",
types + 0 },
{
"set_constraint_adjustment",
"u",
types + 0 },
{
"set_offset",
"ii",
types + 0 },
}
Definition at line 81 of file xdg-shell-protocol.c.
◆ xdg_surface_events
const struct wl_message xdg_surface_events[] |
|
static |
◆ xdg_surface_interface
WL_EXPORT const struct wl_interface xdg_surface_interface |
◆ xdg_surface_requests
const struct wl_message xdg_surface_requests[] |
|
static |
Initial value:= {
{
"destroy",
"",
types + 0 },
{
"get_toplevel",
"n",
types + 7 },
{
"get_popup",
"n?oo",
types + 8 },
{
"set_window_geometry",
"iiii",
types + 0 },
{
"ack_configure",
"u",
types + 0 },
}
Definition at line 97 of file xdg-shell-protocol.c.
◆ xdg_toplevel_events
const struct wl_message xdg_toplevel_events[] |
|
static |
◆ xdg_toplevel_interface
WL_EXPORT const struct wl_interface xdg_toplevel_interface |
◆ xdg_toplevel_requests
const struct wl_message xdg_toplevel_requests[] |
|
static |
Initial value:= {
{
"destroy",
"",
types + 0 },
{
"set_parent",
"?o",
types + 11 },
{
"set_title",
"s",
types + 0 },
{
"set_app_id",
"s",
types + 0 },
{
"show_window_menu",
"ouii",
types + 12 },
{
"move",
"ou",
types + 16 },
{
"resize",
"ouu",
types + 18 },
{
"set_max_size",
"ii",
types + 0 },
{
"set_min_size",
"ii",
types + 0 },
{
"set_maximized",
"",
types + 0 },
{
"unset_maximized",
"",
types + 0 },
{
"set_fullscreen",
"?o",
types + 21 },
{
"unset_fullscreen",
"",
types + 0 },
{
"set_minimized",
"",
types + 0 },
}
Definition at line 115 of file xdg-shell-protocol.c.
◆ xdg_wm_base_events
const struct wl_message xdg_wm_base_events[] |
|
static |
◆ xdg_wm_base_interface
WL_EXPORT const struct wl_interface xdg_wm_base_interface |
◆ xdg_wm_base_requests
const struct wl_message xdg_wm_base_requests[] |
|
static |
Initial value:= {
{
"destroy",
"",
types + 0 },
{
"create_positioner",
"n",
types + 4 },
{
"get_xdg_surface",
"no",
types + 5 },
{
"pong",
"u",
types + 0 },
}
Definition at line 43 of file xdg-shell-protocol.c.