summaryrefslogtreecommitdiff
path: root/lib/libX11/man/XPropertyEvent.man
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libX11/man/XPropertyEvent.man')
-rw-r--r--lib/libX11/man/XPropertyEvent.man10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libX11/man/XPropertyEvent.man b/lib/libX11/man/XPropertyEvent.man
index ef34642da..30ac75a2d 100644
--- a/lib/libX11/man/XPropertyEvent.man
+++ b/lib/libX11/man/XPropertyEvent.man
@@ -153,14 +153,14 @@ events contains:
.TA .5i 3i
.ta .5i 3i
typedef struct {
- int type; /\(** PropertyNotify */
- 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; /\&* PropertyNotify */
+ 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 window;
Atom atom;
Time time;
- int state; /\(** PropertyNewValue or PropertyDelete */
+ int state; /\&* PropertyNewValue or PropertyDelete */
} XPropertyEvent;
.De
.LP