SDL  2.0
xdg-shell-protocol.c File Reference
#include <stdlib.h>
#include <stdint.h>
#include "wayland-util.h"
+ Include dependency graph for xdg-shell-protocol.c:

Go to the source code of this file.

Variables

const struct wl_interface wl_output_interface
 
const struct wl_interface wl_seat_interface
 
const struct wl_interface wl_surface_interface
 
const struct wl_interface xdg_popup_interface
 
const struct wl_interface xdg_positioner_interface
 
const struct wl_interface xdg_surface_interface
 
const struct wl_interface xdg_toplevel_interface
 
static const struct wl_interface * types []
 
static const struct wl_message xdg_wm_base_requests []
 
static const struct wl_message xdg_wm_base_events []
 
WL_EXPORT const struct wl_interface xdg_wm_base_interface
 
static const struct wl_message xdg_positioner_requests []
 
static const struct wl_message xdg_surface_requests []
 
static const struct wl_message xdg_surface_events []
 
static const struct wl_message xdg_toplevel_requests []
 
static const struct wl_message xdg_toplevel_events []
 
static const struct wl_message xdg_popup_requests []
 
static const struct wl_message xdg_popup_events []
 

Variable Documentation

◆ types

◆ wl_output_interface

const struct wl_interface wl_output_interface
extern

Definition at line 464 of file wayland-protocol.c.

◆ wl_seat_interface

const struct wl_interface wl_seat_interface
extern

Definition at line 385 of file wayland-protocol.c.

◆ wl_surface_interface

const struct wl_interface wl_surface_interface
extern

Definition at line 367 of file wayland-protocol.c.

◆ xdg_popup_events

const struct wl_message xdg_popup_events[]
static
Initial value:
= {
{ "configure", "iiii", types + 0 },
{ "popup_done", "", types + 0 },
}

Definition at line 143 of file xdg-shell-protocol.c.

◆ xdg_popup_interface

WL_EXPORT const struct wl_interface xdg_popup_interface
Initial value:
= {
"xdg_popup", 1,
}

Definition at line 159 of file xdg-shell-protocol.c.

Referenced by xdg_surface_get_popup().

◆ xdg_popup_requests

const struct wl_message xdg_popup_requests[]
static
Initial value:
= {
{ "destroy", "", types + 0 },
{ "grab", "ou", types + 22 },
}

Definition at line 143 of file xdg-shell-protocol.c.

◆ xdg_positioner_interface

WL_EXPORT const struct wl_interface xdg_positioner_interface
Initial value:
= {
"xdg_positioner", 1,
0, NULL,
}

Definition at line 97 of file xdg-shell-protocol.c.

Referenced by xdg_wm_base_create_positioner().

◆ 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
Initial value:
= {
{ "configure", "u", types + 0 },
}

Definition at line 97 of file xdg-shell-protocol.c.

◆ xdg_surface_interface

WL_EXPORT const struct wl_interface xdg_surface_interface
Initial value:
= {
"xdg_surface", 1,
}

Definition at line 115 of file xdg-shell-protocol.c.

Referenced by xdg_wm_base_get_xdg_surface().

◆ 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
Initial value:
= {
{ "configure", "iia", types + 0 },
{ "close", "", types + 0 },
}

Definition at line 115 of file xdg-shell-protocol.c.

◆ xdg_toplevel_interface

WL_EXPORT const struct wl_interface xdg_toplevel_interface
Initial value:
= {
"xdg_toplevel", 1,
}

Definition at line 143 of file xdg-shell-protocol.c.

Referenced by xdg_surface_get_toplevel().

◆ 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
Initial value:
= {
{ "ping", "u", types + 0 },
}

Definition at line 43 of file xdg-shell-protocol.c.

◆ xdg_wm_base_interface

WL_EXPORT const struct wl_interface xdg_wm_base_interface
Initial value:
= {
"xdg_wm_base", 1,
}

Definition at line 81 of file xdg-shell-protocol.c.

◆ 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.

xdg_toplevel_interface
const struct wl_interface xdg_toplevel_interface
Definition: xdg-shell-protocol.c:143
xdg_popup_requests
static const struct wl_message xdg_popup_requests[]
Definition: xdg-shell-protocol.c:149
NULL
#define NULL
Definition: begin_code.h:164
xdg_positioner_interface
const struct wl_interface xdg_positioner_interface
Definition: xdg-shell-protocol.c:97
wl_surface_interface
const struct wl_interface wl_surface_interface
Definition: wayland-protocol.c:367
xdg_toplevel_events
static const struct wl_message xdg_toplevel_events[]
Definition: xdg-shell-protocol.c:138
xdg_positioner_requests
static const struct wl_message xdg_positioner_requests[]
Definition: xdg-shell-protocol.c:87
wl_output_interface
const struct wl_interface wl_output_interface
Definition: wayland-protocol.c:464
xdg_surface_requests
static const struct wl_message xdg_surface_requests[]
Definition: xdg-shell-protocol.c:103
xdg_surface_interface
const struct wl_interface xdg_surface_interface
Definition: xdg-shell-protocol.c:115
xdg_popup_events
static const struct wl_message xdg_popup_events[]
Definition: xdg-shell-protocol.c:154
wl_seat_interface
const struct wl_interface wl_seat_interface
Definition: wayland-protocol.c:385
xdg_toplevel_requests
static const struct wl_message xdg_toplevel_requests[]
Definition: xdg-shell-protocol.c:121
xdg_popup_interface
const struct wl_interface xdg_popup_interface
Definition: xdg-shell-protocol.c:159
xdg_wm_base_events
static const struct wl_message xdg_wm_base_events[]
Definition: xdg-shell-protocol.c:77
xdg_surface_events
static const struct wl_message xdg_surface_events[]
Definition: xdg-shell-protocol.c:111
types
GLsizei GLenum GLenum * types
Definition: SDL_opengl_glext.h:2482
xdg_wm_base_requests
static const struct wl_message xdg_wm_base_requests[]
Definition: xdg-shell-protocol.c:70