mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
better comment
This commit is contained in:
parent
e8b6ce11da
commit
fc7c0c592a
1 changed files with 8 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue