diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-06-11 20:55:45 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-06-11 20:55:45 +0000 |
commit | 4d8940ef13dbf0bbafb4f10b327f8fb2af514920 (patch) | |
tree | 11a36a6601a9d9251358c46f25f258cd65a8f9b5 /lib/libX11/man/XMapRequestEvent.man | |
parent | 7ea6036bc3091fbaed7ddaeee77e4884d4e0828a (diff) |
Update to libX11 1.1.4. I've carefully checked that there's no API/ABI
change in this version. Only small bug fixes, manual page fixes and
some more data in the i18n tables.
Diffstat (limited to 'lib/libX11/man/XMapRequestEvent.man')
-rw-r--r-- | lib/libX11/man/XMapRequestEvent.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libX11/man/XMapRequestEvent.man b/lib/libX11/man/XMapRequestEvent.man index f76551de6..a8ece726c 100644 --- a/lib/libX11/man/XMapRequestEvent.man +++ b/lib/libX11/man/XMapRequestEvent.man @@ -153,10 +153,10 @@ events contains: .TA .5i 3i .ta .5i 3i typedef struct { - int type; /\(** MapRequest */ - unsigned long serial; /\(** # of last request processed by server */ - Bool send_event; /\(** true if this came from a SendEvent request */ - Display *display; /\(** Display the event was read from */ + int type; /\&* MapRequest */ + unsigned long serial; /\&* # of last request processed by server */ + Bool send_event; /\&* true if this came from a SendEvent request */ + Display *display; /\&* Display the event was read from */ Window parent; Window window; } XMapRequestEvent; |