diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-06 13:22:41 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-06 13:22:41 +0000 |
commit | 45fea38d094038f61ed0d6845030c73feba306c4 (patch) | |
tree | c3d44eb8baad5e902e756871e789eea9cba4d58f /man/XCreateWindow.man | |
parent | ee743606b5b1ce59ab1c23d219d58b04cdf7bd68 (diff) |
merge XFree86 4.3.99.901 (RC1) from vendor branch
Diffstat (limited to 'man/XCreateWindow.man')
-rw-r--r-- | man/XCreateWindow.man | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/man/XCreateWindow.man b/man/XCreateWindow.man index f9cd6b4b..1a1168fa 100644 --- a/man/XCreateWindow.man +++ b/man/XCreateWindow.man @@ -41,7 +41,8 @@ .\" of this documentation for any purpose. .\" It is provided ``as is'' without express or implied warranty. .\" -.\" $XFree86: xc/doc/man/X11/XCreWin.man,v 1.5 2003/04/28 22:17:54 herrb Exp $ +.\" $XFree86: xc/doc/man/X11/XCreWin.man,v 1.6 2003/11/23 05:40:33 dawes Exp $ +.\" $XdotOrg: lib/X11/man/XCreateWindow.man,v 1.1.4.3 2003-12-06 13:22:41 kaleb Exp $ .\" .ds xT X Toolkit Intrinsics \- C Language Interface .ds xW Athena X Widgets \- C Language X Toolkit Interface @@ -318,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{ @@ -431,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 |