SDL  2.0
relative-pointer-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 zwp_relative_pointer_v1_interface;
33 
34 static const struct wl_interface *types[] = {
35  NULL,
36  NULL,
37  NULL,
38  NULL,
39  NULL,
40  NULL,
43 };
44 
45 static const struct wl_message zwp_relative_pointer_manager_v1_requests[] = {
46  { "destroy", "", types + 0 },
47  { "get_relative_pointer", "no", types + 6 },
48 };
49 
50 WL_EXPORT const struct wl_interface zwp_relative_pointer_manager_v1_interface = {
51  "zwp_relative_pointer_manager_v1", 1,
53  0, NULL,
54 };
55 
56 static const struct wl_message zwp_relative_pointer_v1_requests[] = {
57  { "destroy", "", types + 0 },
58 };
59 
60 static const struct wl_message zwp_relative_pointer_v1_events[] = {
61  { "relative_motion", "uuffff", types + 0 },
62 };
63 
64 WL_EXPORT const struct wl_interface zwp_relative_pointer_v1_interface = {
65  "zwp_relative_pointer_v1", 1,
68 };
69 
GLsizei GLenum GLenum * types
const struct wl_interface zwp_relative_pointer_v1_interface
const struct wl_interface wl_pointer_interface
WL_EXPORT const struct wl_interface zwp_relative_pointer_manager_v1_interface
static const struct wl_message zwp_relative_pointer_v1_requests[]
#define NULL
Definition: begin_code.h:164
static const struct wl_message zwp_relative_pointer_v1_events[]
static const struct wl_message zwp_relative_pointer_manager_v1_requests[]