diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-04-20 01:24:25 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-04-20 01:24:25 +0000 |
commit | 33cea539618d58d64efb6a5c0465d14a471256cd (patch) | |
tree | 4fb6495411d82618e93f1754c281506d233953b4 /Xproto.h | |
parent | 5e7d5cbf21c33f883ab508a51422775f59c4da00 (diff) |
On Solaris, #include <sys/isa_defs.h> to be sure _LP64 is defined in 64-bit
builds.
Fix some comment typos.
Diffstat (limited to 'Xproto.h')
-rw-r--r-- | Xproto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1126,7 +1126,7 @@ typedef struct _xEvent { } resizeRequest; struct { /* The event field in the circulate record is really the parent when this - is used as a CirculateRequest insteaad of a CircluateNotify */ + is used as a CirculateRequest instead of a CirculateNotify */ CARD32 pad00 B32; Window event B32, window B32, parent B32; BYTE place; /* Top or Bottom */ |