summaryrefslogtreecommitdiff
path: root/man/XAllocWMHints.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XAllocWMHints.man')
-rw-r--r--man/XAllocWMHints.man28
1 files changed, 14 insertions, 14 deletions
diff --git a/man/XAllocWMHints.man b/man/XAllocWMHints.man
index e024c70..d458aa8 100644
--- a/man/XAllocWMHints.man
+++ b/man/XAllocWMHints.man
@@ -41,7 +41,7 @@
.\" of this documentation for any purpose.
.\" It is provided ``as is'' without express or implied warranty.
.\"
-.\" $XFree86: xc/doc/man/X11/XAWMHints.man,v 1.4 2003/04/28 22:17:54 herrb Exp $
+.\" $XFree86: xc/doc/man/X11/XAWMHints.man,v 1.5 2003/11/23 05:40:33 dawes Exp $
.\"
.ds xT X Toolkit Intrinsics \- C Language Interface
.ds xW Athena X Widgets \- C Language X Toolkit Interface
@@ -217,7 +217,7 @@ The
.ZN XWMHints
structure contains:
.LP
-/* Window manager hints mask bits */
+/\(** Window manager hints mask bits */
.TS
lw(.5i) lw(2.5i) lw(2.5i).
T{
@@ -292,19 +292,19 @@ T}
.Ds 0
.TA .5i 2.5i
.ta .5i 2.5i
-/* Values */
+/\(** Values */
typedef struct {
- long flags; /* marks which fields in this structure are defined */
- Bool input; /* does this application rely on the window manager to
+ long flags; /\(** marks which fields in this structure are defined */
+ Bool input; /\(** does this application rely on the window manager to
get keyboard input? */
- int initial_state; /* see below */
- Pixmap icon_pixmap; /* pixmap to be used as icon */
- Window icon_window; /* window to be used as icon */
- int icon_x, icon_y; /* initial position of icon */
- Pixmap icon_mask; /* pixmap to be used as mask for icon_pixmap */
- XID window_group; /* id of related window group */
- /* this structure may be extended in the future */
+ int initial_state; /\(** see below */
+ Pixmap icon_pixmap; /\(** pixmap to be used as icon */
+ Window icon_window; /\(** window to be used as icon */
+ int icon_x, icon_y; /\(** initial position of icon */
+ Pixmap icon_mask; /\(** pixmap to be used as mask for icon_pixmap */
+ XID window_group; /\(** id of related window group */
+ /\(** this structure may be extended in the future */
} XWMHints;
.De
.LP
@@ -358,7 +358,7 @@ T} T{
T} T{
1
T} T{
-/* most applications start this way */
+/\(** most applications start this way */
T}
T{
\&#define
@@ -367,7 +367,7 @@ T} T{
T} T{
3
T} T{
-/* application wants to start as an icon */
+/\(** application wants to start as an icon */
T}
.TE
The icon_mask specifies which pixels of the icon_pixmap should be used as the