ld --as-needed compilation fixes with external libs.
[fvwm.git] / doc / commands / XSynchronize.xml
blob35933fa53c0066dd0c96c6d7ff2d2e04c3f7f391
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: XSynchronize.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='XSynchronize'>
12 <title>XSynchronize</title>
14 <cmdsynopsis>
15         <command>XSynchronize</command
16         ><arg choice="opt">bool</arg>
17 </cmdsynopsis>
19 <para>The
20 <emphasis remap='B'>XSynchronize</emphasis>
21 command controls whether X requests are sent to the X server
22 immediately or not.  Normally, requests are sent in larger batches
23 to save unnecessary communication.  To send requests immediately,
24 use "True" as the argument, to disable this use "False" or to
25 toggle between both methods use "Toggle" or omit the
26 <emphasis remap='B'>bool</emphasis>
27 argument.  Fvwm defaults to synchronized requests when started
28 with the
29 <option>--debug</option>
30 option.  This command is intended for debugging only.</para>
32 </section>