better comment

This commit is contained in:
rsc 2005-01-18 05:43:41 +00:00
parent e8b6ce11da
commit fc7c0c592a

View file

@ -4,10 +4,17 @@
#include <draw.h> #include <draw.h>
#include <cursor.h> #include <cursor.h>
#include <event.h> #include <event.h>
#include <memdraw.h> #include <memdraw.h>
#include "x11-memdraw.h" #include "x11-memdraw.h"
/*
* Should change this to support etimer and estartfn again.
* The main eread() would prepare a select mask from the keys
* and then call select() to wait for input. Then it would read an
* event from the readied fd and return it. Use XCheckWindowEvent
* to poll the X connection.
*/
ulong ulong
event(Event *e) event(Event *e)
{ {