[PATCH] Fixed a small typo
Kristian Høgsberg
krh at bitplanet.net
Mon Dec 13 07:15:51 PST 2010
On Sun, Dec 12, 2010 at 12:08 AM, Joel Teichroeb <joel at teichroeb.net> wrote:
> ---
> wayland/wayland-server.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Yup, thanks.
Kristian
> diff --git a/wayland/wayland-server.c b/wayland/wayland-server.c
> index 8cc2eae..677d85a 100644
> --- a/wayland/wayland-server.c
> +++ b/wayland/wayland-server.c
> @@ -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 *
> --
> 1.7.3.3
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
>
More information about the wayland-devel
mailing list