tweak for manual

This commit is contained in:
rsc 2006-06-25 23:49:25 +00:00
parent 2790914808
commit e86ebdce25

View file

@ -1,4 +1,4 @@
AUTOLIB(acme); AUTOLIB(acme)
typedef struct Event Event; typedef struct Event Event;
typedef struct Win Win; typedef struct Win Win;
@ -8,10 +8,10 @@ struct Event
{ {
int c1; int c1;
int c2; int c2;
int oq0;
int oq1;
int q0; int q0;
int q1; int q1;
int oq0;
int oq1;
int flag; int flag;
int nb; int nb;
int nr; int nr;