mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-09 13:29:48 -05:00
Fixed a small typo
This commit is contained in:
parent
ab1862d68a
commit
3a1b4815b0
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ wl_client_connection_update(struct wl_connection *connection,
|
|||
if (mask & WL_CONNECTION_WRITABLE)
|
||||
emask |= WL_EVENT_WRITEABLE;
|
||||
|
||||
return wl_event_source_fd_update(client->source, mask);
|
||||
return wl_event_source_fd_update(client->source, emask);
|
||||
}
|
||||
|
||||
WL_EXPORT struct wl_display *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue