Skip to content

Commit

Permalink
Update Wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
gen2brain committed Jun 21, 2023
1 parent 3ca5eae commit ebac463
Show file tree
Hide file tree
Showing 15 changed files with 390 additions and 115 deletions.
21 changes: 12 additions & 9 deletions raylib/external/glfw/src/wayland-client-protocol-code.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by wayland-scanner 1.21.0 */
/* Generated by wayland-scanner 1.22.0 */

/*
* Copyright © 2008-2011 Kristian Høgsberg
Expand Down Expand Up @@ -203,7 +203,7 @@ static const struct wl_message wl_compositor_requests[] = {
};

WL_PRIVATE const struct wl_interface wl_compositor_interface = {
"wl_compositor", 5,
"wl_compositor", 6,
2, wl_compositor_requests,
0, NULL,
};
Expand Down Expand Up @@ -373,12 +373,14 @@ static const struct wl_message wl_surface_requests[] = {
static const struct wl_message wl_surface_events[] = {
{ "enter", "o", wayland_types + 64 },
{ "leave", "o", wayland_types + 65 },
{ "preferred_buffer_scale", "6i", wayland_types + 0 },
{ "preferred_buffer_transform", "6u", wayland_types + 0 },
};

WL_PRIVATE const struct wl_interface wl_surface_interface = {
"wl_surface", 5,
"wl_surface", 6,
11, wl_surface_requests,
2, wl_surface_events,
4, wl_surface_events,
};

static const struct wl_message wl_seat_requests[] = {
Expand All @@ -394,7 +396,7 @@ static const struct wl_message wl_seat_events[] = {
};

WL_PRIVATE const struct wl_interface wl_seat_interface = {
"wl_seat", 8,
"wl_seat", 9,
4, wl_seat_requests,
2, wl_seat_events,
};
Expand All @@ -415,12 +417,13 @@ static const struct wl_message wl_pointer_events[] = {
{ "axis_stop", "5uu", wayland_types + 0 },
{ "axis_discrete", "5ui", wayland_types + 0 },
{ "axis_value120", "8ui", wayland_types + 0 },
{ "axis_relative_direction", "9uu", wayland_types + 0 },
};

WL_PRIVATE const struct wl_interface wl_pointer_interface = {
"wl_pointer", 8,
"wl_pointer", 9,
2, wl_pointer_requests,
10, wl_pointer_events,
11, wl_pointer_events,
};

static const struct wl_message wl_keyboard_requests[] = {
Expand All @@ -437,7 +440,7 @@ static const struct wl_message wl_keyboard_events[] = {
};

WL_PRIVATE const struct wl_interface wl_keyboard_interface = {
"wl_keyboard", 8,
"wl_keyboard", 9,
1, wl_keyboard_requests,
6, wl_keyboard_events,
};
Expand All @@ -457,7 +460,7 @@ static const struct wl_message wl_touch_events[] = {
};

WL_PRIVATE const struct wl_interface wl_touch_interface = {
"wl_touch", 8,
"wl_touch", 9,
1, wl_touch_requests,
7, wl_touch_events,
};
Expand Down
Loading

0 comments on commit ebac463

Please sign in to comment.