SDL 2.0
pointer-constraints-unstable-v1-protocol.c
Go to the documentation of this file.
1/* Generated by wayland-scanner 1.20.0 */
2
3/*
4 * Copyright © 2014 Jonas Ådahl
5 * Copyright © 2015 Red Hat Inc.
6 *
7 * Permission is hereby granted, free of charge, to any person obtaining a
8 * copy of this software and associated documentation files (the "Software"),
9 * to deal in the Software without restriction, including without limitation
10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
11 * and/or sell copies of the Software, and to permit persons to whom the
12 * Software is furnished to do so, subject to the following conditions:
13 *
14 * The above copyright notice and this permission notice (including the next
15 * paragraph) shall be included in all copies or substantial portions of the
16 * Software.
17 *
18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
21 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
23 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
24 * DEALINGS IN THE SOFTWARE.
25 */
26
27#include <stdlib.h>
28#include <stdint.h>
29#include "wayland-util.h"
30
31extern const struct wl_interface wl_pointer_interface;
32extern const struct wl_interface wl_region_interface;
33extern const struct wl_interface wl_surface_interface;
34extern const struct wl_interface zwp_confined_pointer_v1_interface;
35extern const struct wl_interface zwp_locked_pointer_v1_interface;
36
37static const struct wl_interface *pointer_constraints_unstable_v1_types[] = {
38 NULL,
39 NULL,
44 NULL,
49 NULL,
52};
53
54static const struct wl_message zwp_pointer_constraints_v1_requests[] = {
55 { "destroy", "", pointer_constraints_unstable_v1_types + 0 },
56 { "lock_pointer", "noo?ou", pointer_constraints_unstable_v1_types + 2 },
57 { "confine_pointer", "noo?ou", pointer_constraints_unstable_v1_types + 7 },
58};
59
60WL_EXPORT const struct wl_interface zwp_pointer_constraints_v1_interface = {
61 "zwp_pointer_constraints_v1", 1,
63 0, NULL,
64};
65
66static const struct wl_message zwp_locked_pointer_v1_requests[] = {
67 { "destroy", "", pointer_constraints_unstable_v1_types + 0 },
68 { "set_cursor_position_hint", "ff", pointer_constraints_unstable_v1_types + 0 },
69 { "set_region", "?o", pointer_constraints_unstable_v1_types + 12 },
70};
71
72static const struct wl_message zwp_locked_pointer_v1_events[] = {
73 { "locked", "", pointer_constraints_unstable_v1_types + 0 },
74 { "unlocked", "", pointer_constraints_unstable_v1_types + 0 },
75};
76
77WL_EXPORT const struct wl_interface zwp_locked_pointer_v1_interface = {
78 "zwp_locked_pointer_v1", 1,
81};
82
83static const struct wl_message zwp_confined_pointer_v1_requests[] = {
84 { "destroy", "", pointer_constraints_unstable_v1_types + 0 },
85 { "set_region", "?o", pointer_constraints_unstable_v1_types + 13 },
86};
87
88static const struct wl_message zwp_confined_pointer_v1_events[] = {
89 { "confined", "", pointer_constraints_unstable_v1_types + 0 },
90 { "unconfined", "", pointer_constraints_unstable_v1_types + 0 },
91};
92
93WL_EXPORT const struct wl_interface zwp_confined_pointer_v1_interface = {
94 "zwp_confined_pointer_v1", 1,
97};
98
#define NULL
Definition: begin_code.h:167
static const struct wl_message zwp_confined_pointer_v1_events[]
static const struct wl_message zwp_pointer_constraints_v1_requests[]
static const struct wl_message zwp_locked_pointer_v1_events[]
static const struct wl_message zwp_confined_pointer_v1_requests[]
const struct wl_interface wl_region_interface
const struct wl_interface wl_pointer_interface
WL_EXPORT const struct wl_interface zwp_pointer_constraints_v1_interface
const struct wl_interface zwp_confined_pointer_v1_interface
const struct wl_interface wl_surface_interface
static const struct wl_interface * pointer_constraints_unstable_v1_types[]
static const struct wl_message zwp_locked_pointer_v1_requests[]
const struct wl_interface zwp_locked_pointer_v1_interface