summaryrefslogtreecommitdiff
path: root/specs/libX11
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-07-11 18:41:42 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-07-18 22:56:34 -0700
commitd8679eae9317b389ad4acb0430360ee0663e2af8 (patch)
tree5c308d78fa3ab24914fdb791130b84c37151c61b /specs/libX11
parent7ce2b0f12a48fb832f457cbafb0e1144ef557f9a (diff)
downloadxorg-lib-libX11-d8679eae9317b389ad4acb0430360ee0663e2af8.tar.gz
specs/libX11: Correct value of IconicState to match Xutil.h
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@oracle.com> Reviewed-by: Matthieu Herrb <matthieu@herrb.eu>
Diffstat (limited to 'specs/libX11')
-rw-r--r--specs/libX11/CH14.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/libX11/CH14.xml b/specs/libX11/CH14.xml
index 678f979c..c1a2704e 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>