[PATCH:libX11 2/2] specs/libX11: Correct value of IconicState to match Xutil.h
Alan Coopersmith
alan.coopersmith at oracle.com
Fri Jul 11 21:22:58 PDT 2014
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.coopersmith at 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
More information about the xorg-devel
mailing list