summaryrefslogtreecommitdiff
path: root/man/XCreateWindowEvent.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XCreateWindowEvent.man')
-rw-r--r--man/XCreateWindowEvent.man24
1 files changed, 11 insertions, 13 deletions
diff --git a/man/XCreateWindowEvent.man b/man/XCreateWindowEvent.man
index 410a1fb6..9c9019dc 100644
--- a/man/XCreateWindowEvent.man
+++ b/man/XCreateWindowEvent.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,19 +148,17 @@ The structure for
events contains:
.LP
.Ds 0
-.TA .5i 3i
-.ta .5i 3i
typedef struct {
- int type; /\&* CreateNotify */
- 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; /\&* parent of the window */
- Window window; /\&* window id of window created */
- int x, y; /\&* window location */
- int width, height; /\&* size of window */
- int border_width; /\&* border width */
- Bool override_redirect; /\&* creation should be overridden */
+ int type; /\&* CreateNotify */
+ 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; /\&* parent of the window */
+ Window window; /\&* window id of window created */
+ int x, y; /\&* window location */
+ int width, height; /\&* size of window */
+ int border_width; /\&* border width */
+ Bool override_redirect; /\&* creation should be overridden */
} XCreateWindowEvent;
.De
.LP