ref: 7609bab0c1a5ff4427d48a52cadcb69ad054e02d
parent: 78e5064ffdce3b4b2b5ea42ce0b45c75cbce6bf3
author: james palmer <foura@biobuf.link>
date: Wed Jun 9 05:56:44 EDT 2021
oops, the file is event not events
--- a/window.c
+++ b/window.c
@@ -35,7 +35,7 @@
w->id = atoi(buf);
w->addrfd = awinfsopen(w, "addr", ORDWR);
w->datafd = awinfsopen(w, "data", ORDWR);
- w->eventfd = awinfsopen(w, "events", ORDWR);
+ w->eventfd = awinfsopen(w, "event", ORDWR);
w->bodyfd = awinfsopen(w, "body", OWRITE);
w->next = awins;