On Sun, Dec 12, 2010 at 12:08 AM, Joel Teichroeb <[email protected]> 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 > [email protected] > http://lists.freedesktop.org/mailman/listinfo/wayland-devel > _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
