Fix WL_EVENT_WRITEABLE typo

This commit is contained in:
Kristian Høgsberg 2011-12-28 22:47:37 -05:00
parent c1b9203e5a
commit d6465c5b40
3 changed files with 6 additions and 6 deletions

View file

@ -33,7 +33,7 @@ extern "C" {
enum {
WL_EVENT_READABLE = 0x01,
WL_EVENT_WRITEABLE = 0x02
WL_EVENT_WRITABLE = 0x02
};
struct wl_event_loop;