summaryrefslogtreecommitdiff
path: root/man/XCirculateEvent.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XCirculateEvent.man')
-rw-r--r--man/XCirculateEvent.man18
1 files changed, 8 insertions, 10 deletions
diff --git a/man/XCirculateEvent.man b/man/XCirculateEvent.man
index 304f34ec..29a9a51c 100644
--- a/man/XCirculateEvent.man
+++ b/man/XCirculateEvent.man
@@ -49,7 +49,7 @@
.de Ds
.nf
.\\$1D \\$2 \\$1
-.ft 1
+.ft CW
.\".ps \\n(PS
.\".if \\n(VS>=40 .vs \\n(VSu
.\".if \\n(VS<=39 .vs \\n(VSp
@@ -148,16 +148,14 @@ The structure for
events contains:
.LP
.Ds 0
-.TA .5i 3i
-.ta .5i 3i
typedef struct {
- int type; /\&* CirculateNotify */
- 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 event;
- Window window;
- int place; /\&* PlaceOnTop, PlaceOnBottom */
+ int type; /\&* CirculateNotify */
+ 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 event;
+ Window window;
+ int place; /\&* PlaceOnTop, PlaceOnBottom */
} XCirculateEvent;
.De
.LP