mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
Fix WL_EVENT_WRITEABLE typo
This commit is contained in:
parent
c1b9203e5a
commit
d6465c5b40
3 changed files with 6 additions and 6 deletions
|
|
@ -33,7 +33,7 @@ extern "C" {
|
|||
|
||||
enum {
|
||||
WL_EVENT_READABLE = 0x01,
|
||||
WL_EVENT_WRITEABLE = 0x02
|
||||
WL_EVENT_WRITABLE = 0x02
|
||||
};
|
||||
|
||||
struct wl_event_loop;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue