Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea
wayland
Commits
3a1b4815
Commit
3a1b4815
authored
Dec 11, 2010
by
Joel Teichroeb
Committed by
Kristian Høgsberg
Dec 13, 2010
Browse files
Fixed a small typo
parent
ab1862d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
wayland/wayland-server.c
View file @
3a1b4815
...
...
@@ -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
,
e
mask
);
}
WL_EXPORT
struct
wl_display
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment