[PATCH:libX11 2/2] specs/libX11: Correct value of IconicState to match Xutil.h
Matthieu Herrb
matthieu at herrb.eu
Fri Jul 11 22:38:18 PDT 2014
On 07/12/2014 06:22 AM, Alan Coopersmith wrote:
> 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>
Reviewed-by: Matthieu Herrb <matthieu at herrb.eu>
> ---
> 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>
>
More information about the xorg-devel
mailing list