commit | f258a310bf1709729829f0090c3a5e460f9434e3 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Wed Dec 28 22:51:20 2011 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Dec 28 22:51:20 2011 -0500 |
tree | cd2feaa929e6aa5c67cd3e76ef65430be8cbe3b1 | |
parent | 33f8670ee2448d5602a30c0b936af294b24fb358 [diff] [blame] |
Fix WL_EVENT_WRITEABLE typo
diff --git a/compositor/compositor-wayland.c b/compositor/compositor-wayland.c index 237f56b..a99ca3a 100644 --- a/compositor/compositor-wayland.c +++ b/compositor/compositor-wayland.c
@@ -492,7 +492,7 @@ if (mask & WL_EVENT_READABLE) wl_display_iterate(c->parent.display, WL_DISPLAY_READABLE); - if (mask & WL_EVENT_WRITEABLE) + if (mask & WL_EVENT_WRITABLE) wl_display_iterate(c->parent.display, WL_DISPLAY_WRITABLE); return 1;