add printevent

This commit is contained in:
rsc 2005-07-13 03:54:55 +00:00
parent ac33a34a29
commit 871e83a03e
2 changed files with 988 additions and 0 deletions

2
src/cmd/rio/printevent.h Normal file
View file

@ -0,0 +1,2 @@
char *eventtype(XEvent*);
void printevent(XEvent*);