cvsimport
[fvwm.git] / doc / commands / XorPixmap.xml
blob31e8648dd74b495c36c89b6e6ad308fb984fb10e
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: XorPixmap.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='XorPixmap'>
12 <title>XorPixmap</title>
14 <cmdsynopsis>
15         <command>XorPixmap</command
16         ><arg choice='opt'
17                 ><replaceable>pixmap</replaceable
18         ></arg>
19 </cmdsynopsis>
21 <para>Selects the pixmap with which bits are xor'ed when doing
22 rubber-band window moving or resizing.  This has a better chance
23 of making the rubber-band visible if
24 <fvwmref cmd="XorValue"/>
25 does not give good results.  An example pixmap
26 <filename>resize.rainbow.xpm</filename>
27 is provided with the icon distribution.  To turn the
28 <emphasis rempa='B'>XorPixmap</emphasis>
29 off again use the
30 <fvwmref cmd="XorValue"/>
31 command or omit the
32 <replaceable>pixmap</replaceable>
33 argument.</para>
35 </section>