diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2011-12-28 22:47:37 -0500 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-12-28 22:51:34 -0500 |
| commit | d6465c5b402362c730c703f3f6dd5deddefec113 (patch) | |
| tree | 092e76e119bacdf3c934c84bfbea58203de61513 /src/wayland-server.h | |
| parent | Drop unused hash table (diff) | |
| download | wayland-d6465c5b402362c730c703f3f6dd5deddefec113.tar wayland-d6465c5b402362c730c703f3f6dd5deddefec113.tar.gz wayland-d6465c5b402362c730c703f3f6dd5deddefec113.tar.bz2 wayland-d6465c5b402362c730c703f3f6dd5deddefec113.tar.lz wayland-d6465c5b402362c730c703f3f6dd5deddefec113.tar.xz wayland-d6465c5b402362c730c703f3f6dd5deddefec113.tar.zst wayland-d6465c5b402362c730c703f3f6dd5deddefec113.zip | |
Fix WL_EVENT_WRITEABLE typo
Diffstat (limited to 'src/wayland-server.h')
| -rw-r--r-- | src/wayland-server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wayland-server.h b/src/wayland-server.h index 8019c56..5176a09 100644 --- a/src/wayland-server.h +++ b/src/wayland-server.h @@ -33,7 +33,7 @@ extern "C" { enum { WL_EVENT_READABLE = 0x01, - WL_EVENT_WRITEABLE = 0x02 + WL_EVENT_WRITABLE = 0x02 }; struct wl_event_loop; |
