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