From e86ebdce25bab8352e093c84122953ed7daa7ec8 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 25 Jun 2006 23:49:25 +0000 Subject: tweak for manual --- include/acme.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/acme.h b/include/acme.h index 372a9095..ffbaea3b 100644 --- a/include/acme.h +++ b/include/acme.h @@ -1,4 +1,4 @@ -AUTOLIB(acme); +AUTOLIB(acme) typedef struct Event Event; typedef struct Win Win; @@ -8,10 +8,10 @@ struct Event { int c1; int c2; - int oq0; - int oq1; int q0; int q1; + int oq0; + int oq1; int flag; int nb; int nr; -- cgit v1.2.3