Xutil.h has always had a value of 3 for IconicState, since 2 was
previously used for the long-obsolete ZoomState, so make the spec
match what programs have used for decades.

Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com>
---
 specs/libX11/CH14.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/specs/libX11/CH14.xml b/specs/libX11/CH14.xml
index 678f979..c1a2704 100644
--- a/specs/libX11/CH14.xml
+++ b/specs/libX11/CH14.xml
@@ -2094,7 +2094,7 @@ The definitions for the initial_state flag are:
 <literallayout class="monospaced">
 #define      WithdrawnState 0
 #define      NormalState    1   /* most applications start this way */
-#define      IconicState    2   /* application wants to start as an icon */
+#define      IconicState    3   /* application wants to start as an icon */
 
 </literallayout>
 <para>
-- 
1.7.9.2

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to