cvsimport
[fvwm.git] / doc / commands / XorValue.xml
blob7444ff04a30b0751f92ec49cd9ff952153d7e751
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: XorValue.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='XorValue'>
12 <title>XorValue</title>
14 <cmdsynopsis>
15         <command>XorValue</command
16         ><arg choice='opt'
17                 ><replaceable>number</replaceable
18         ></arg>
19 </cmdsynopsis>
21 <para>Changes the value with which bits are xor'ed when doing
22 rubber-band window moving or resizing.
23 Valid values range from zero to the maximum value of an
24 unsigned long integer on your system.
25 Setting this value is a trial-and-error process.
26 The default value 0 tries to find a
27 value that gives a good contrast to black and white.
28 The default value is used if the given
29 <replaceable>number</replaceable>
30 is omitted or invalid.</para>
32 </section>