summaryrefslogtreecommitdiff
path: root/lib/libX11/man/XCreateWindow.man
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libX11/man/XCreateWindow.man')
-rw-r--r--lib/libX11/man/XCreateWindow.man34
1 files changed, 17 insertions, 17 deletions
diff --git a/lib/libX11/man/XCreateWindow.man b/lib/libX11/man/XCreateWindow.man
index 18c66df77..c8e03ea91 100644
--- a/lib/libX11/man/XCreateWindow.man
+++ b/lib/libX11/man/XCreateWindow.man
@@ -319,7 +319,7 @@ The
structure contains:
.LP
.LP
-/\(** Window attribute value mask bits */
+/\&* Window attribute value mask bits */
.TS
lw(.5i) lw(2.5i) lw(.8i).
T{
@@ -432,24 +432,24 @@ T}
.Ds 0
.TA .5i 3i
.ta .5i 3i
-/\(** Values */
+/\&* Values */
typedef struct {
- Pixmap background_pixmap; /\(** background, None, or ParentRelative */
- unsigned long background_pixel; /\(** background pixel */
- Pixmap border_pixmap; /\(** border of the window or CopyFromParent */
- unsigned long border_pixel; /\(** border pixel value */
- int bit_gravity; /\(** one of bit gravity values */
- int win_gravity; /\(** one of the window gravity values */
- int backing_store; /\(** NotUseful, WhenMapped, Always */
- unsigned long backing_planes; /\(** planes to be preserved if possible */
- unsigned long backing_pixel; /\(** value to use in restoring planes */
- Bool save_under; /\(** should bits under be saved? (popups) */
- long event_mask; /\(** set of events that should be saved */
- long do_not_propagate_mask; /\(** set of events that should not propagate */
- Bool override_redirect; /\(** boolean value for override_redirect */
- Colormap colormap; /\(** color map to be associated with window */
- Cursor cursor; /\(** cursor to be displayed (or None) */
+ Pixmap background_pixmap; /\&* background, None, or ParentRelative */
+ unsigned long background_pixel; /\&* background pixel */
+ Pixmap border_pixmap; /\&* border of the window or CopyFromParent */
+ unsigned long border_pixel; /\&* border pixel value */
+ int bit_gravity; /\&* one of bit gravity values */
+ int win_gravity; /\&* one of the window gravity values */
+ int backing_store; /\&* NotUseful, WhenMapped, Always */
+ unsigned long backing_planes; /\&* planes to be preserved if possible */
+ unsigned long backing_pixel; /\&* value to use in restoring planes */
+ Bool save_under; /\&* should bits under be saved? (popups) */
+ long event_mask; /\&* set of events that should be saved */
+ long do_not_propagate_mask; /\&* set of events that should not propagate */
+ Bool override_redirect; /\&* boolean value for override_redirect */
+ Colormap colormap; /\&* color map to be associated with window */
+ Cursor cursor; /\&* cursor to be displayed (or None) */
} XSetWindowAttributes;
.De
.LP