diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-06 13:22:41 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-06 13:22:41 +0000 |
commit | 45fea38d094038f61ed0d6845030c73feba306c4 (patch) | |
tree | c3d44eb8baad5e902e756871e789eea9cba4d58f /man/XGraphicsExposeEvent.man | |
parent | ee743606b5b1ce59ab1c23d219d58b04cdf7bd68 (diff) |
merge XFree86 4.3.99.901 (RC1) from vendor branch
Diffstat (limited to 'man/XGraphicsExposeEvent.man')
-rw-r--r-- | man/XGraphicsExposeEvent.man | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/man/XGraphicsExposeEvent.man b/man/XGraphicsExposeEvent.man index 085d6d43..989e93cd 100644 --- a/man/XGraphicsExposeEvent.man +++ b/man/XGraphicsExposeEvent.man @@ -40,7 +40,8 @@ .\" of this documentation for any purpose. .\" It is provided ``as is'' without express or implied warranty. .\" -.\" $XFree86: xc/doc/man/X11/XGEEvent.man,v 1.2 2001/01/27 18:19:59 dawes Exp $ +.\" $XFree86: xc/doc/man/X11/XGEEvent.man,v 1.3 2003/11/23 05:40:33 dawes Exp $ +.\" $XdotOrg: lib/X11/man/XGraphicsExposeEvent.man,v 1.1.4.2 2003-12-06 13:22:41 kaleb Exp $ .\" .ds xT X Toolkit Intrinsics \- C Language Interface .ds xW Athena X Widgets \- C Language X Toolkit Interface @@ -154,16 +155,16 @@ events contain: .TA .5i 3i .ta .5i 3i typedef struct { - int type; /* GraphicsExpose */ - 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; /\(** GraphicsExpose */ + 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 */ Drawable drawable; int x, y; int width, height; - int count; /* if nonzero, at least this many more */ - int major_code; /* core is CopyArea or CopyPlane */ - int minor_code; /* not defined in the core */ + int count; /\(** if nonzero, at least this many more */ + int major_code; /\(** core is CopyArea or CopyPlane */ + int minor_code; /\(** not defined in the core */ } XGraphicsExposeEvent; .De .LP @@ -171,13 +172,13 @@ typedef struct { .TA .5i 3i .ta .5i 3i typedef struct { - int type; /* NoExpose */ - 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; /\(** NoExpose */ + 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 */ Drawable drawable; - int major_code; /* core is CopyArea or CopyPlane */ - int minor_code; /* not defined in the core */ + int major_code; /\(** core is CopyArea or CopyPlane */ + int minor_code; /\(** not defined in the core */ } XNoExposeEvent; .De .LP |