mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
tweak for manual
This commit is contained in:
parent
2790914808
commit
e86ebdce25
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue