mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-04 13:29:51 -05:00
Fix const warning
This commit is contained in:
parent
45b7789a8b
commit
5c63df7f1e
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ handle_event(struct wl_display *display,
|
||||||
struct wl_listener *listener;
|
struct wl_listener *listener;
|
||||||
struct wl_proxy *proxy;
|
struct wl_proxy *proxy;
|
||||||
struct wl_closure *closure;
|
struct wl_closure *closure;
|
||||||
struct wl_message *message;
|
const struct wl_message *message;
|
||||||
|
|
||||||
wl_connection_copy(display->connection, p, size);
|
wl_connection_copy(display->connection, p, size);
|
||||||
if (id == 1)
|
if (id == 1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue