diff options
Diffstat (limited to 'man/XGraphicsExposeEvent.man')
-rw-r--r-- | man/XGraphicsExposeEvent.man | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/man/XGraphicsExposeEvent.man b/man/XGraphicsExposeEvent.man index 085d6d4..48ef1dc 100644 --- a/man/XGraphicsExposeEvent.man +++ b/man/XGraphicsExposeEvent.man @@ -40,7 +40,7 @@ .\" 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 $ .\" .ds xT X Toolkit Intrinsics \- C Language Interface .ds xW Athena X Widgets \- C Language X Toolkit Interface @@ -154,16 +154,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 +171,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 |