mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-01-04 12:10:18 +01: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
Reference in a new issue