SDL  2.0
pointer-constraints-unstable-v1-protocol.c
Go to the documentation of this file.
1 /* Generated by wayland-scanner 1.15.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 
31 extern const struct wl_interface wl_pointer_interface;
32 extern const struct wl_interface wl_region_interface;
33 extern const struct wl_interface wl_surface_interface;
34 extern const struct wl_interface zwp_confined_pointer_v1_interface;
35 extern const struct wl_interface zwp_locked_pointer_v1_interface;
36 
37 static const struct wl_interface *types[] = {
38  NULL,
39  NULL,
44  NULL,
49  NULL,
52 };
53 
54 static const struct wl_message zwp_pointer_constraints_v1_requests[] = {
55  { "destroy", "", types + 0 },
56  { "lock_pointer", "noo?ou", types + 2 },
57  { "confine_pointer", "noo?ou", types + 7 },
58 };
59 
60 WL_EXPORT const struct wl_interface zwp_pointer_constraints_v1_interface = {
61  "zwp_pointer_constraints_v1", 1,
63  0, NULL,
64 };
65 
66 static const struct wl_message zwp_locked_pointer_v1_requests[] = {
67  { "destroy", "", types + 0 },
68  { "set_cursor_position_hint", "ff", types + 0 },
69  { "set_region", "?o", types + 12 },
70 };
71 
72 static const struct wl_message zwp_locked_pointer_v1_events[] = {
73  { "locked", "", types + 0 },
74  { "unlocked", "", types + 0 },
75 };
76 
77 WL_EXPORT const struct wl_interface zwp_locked_pointer_v1_interface = {
78  "zwp_locked_pointer_v1", 1,
81 };
82 
83 static const struct wl_message zwp_confined_pointer_v1_requests[] = {
84  { "destroy", "", types + 0 },
85  { "set_region", "?o", types + 13 },
86 };
87 
88 static const struct wl_message zwp_confined_pointer_v1_events[] = {
89  { "confined", "", types + 0 },
90  { "unconfined", "", types + 0 },
91 };
92 
93 WL_EXPORT const struct wl_interface zwp_confined_pointer_v1_interface = {
94  "zwp_confined_pointer_v1", 1,
97 };
98 
const struct wl_interface wl_pointer_interface
GLsizei GLenum GLenum * types
const struct wl_interface wl_region_interface
const struct wl_interface wl_surface_interface
static const struct wl_message zwp_confined_pointer_v1_events[]
static const struct wl_message zwp_locked_pointer_v1_requests[]
WL_EXPORT const struct wl_interface zwp_pointer_constraints_v1_interface
#define NULL
Definition: begin_code.h:164
static const struct wl_message zwp_locked_pointer_v1_events[]
static const struct wl_message zwp_confined_pointer_v1_requests[]
const struct wl_interface zwp_confined_pointer_v1_interface
const struct wl_interface zwp_locked_pointer_v1_interface
static const struct wl_message zwp_pointer_constraints_v1_requests[]