ld --as-needed compilation fixes with external libs.
[fvwm.git] / doc / commands / WindowsDesk.xml
blob0f39f0203054ea86e48e0162512bf5bda93e8469
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3   "../docbook-xml/docbookx.dtd"
5 <!ENTITY % myents SYSTEM "../fvwm.ent" >
6 %myents;
7 ]>
9 <!-- $Id: WindowsDesk.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='WindowsDesk'>
12 <title>WindowsDesk</title>
14 <cmdsynopsis>
15         <command>WindowsDesk</command
16         ><arg choice='plain'
17                 ><replaceable>arg1</replaceable
18         ></arg
19         ><arg choice='opt'
20                 ><replaceable>arg2</replaceable
21         ></arg>
22 </cmdsynopsis>
24 <para>Moves the selected window to another desktop.</para>
26 <para>This command has been removed and must be replaced by
27 <fvwmref cmd="MoveToDesk"/>,
28 the arguments for which are the same as for the
29 <fvwmref cmd="GotoDesk"/>
30 command.</para>
32 <important>
33 You cannot simply change the name of the command: the syntax has
34 changed.  If you used:
36 <programlisting>
37 WindowsDesk n
38 </programlisting>
40 <para>to move a window to desk n, you have to change it to:</para>
42 <programlisting>
43 <fvwmref cmd="MoveToDesk"/> 0 n
44 </programlisting>
45 </important>
47 </section>