Fixed a small typo
This commit is contained in:
committed by
Kristian Høgsberg
parent
ab1862d68a
commit
3a1b4815b0
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user