Use the correct border hints to calculate screen width.
[fvwm.git] / doc / fvwm / cpp.xml
blob445cbb3e39164e84466e1922b28568c02b6b4a24
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: cpp.xml,v 1.1 2007/03/10 05:15:34 scott Exp $ -->
11 <section id='cpp_preprocessing'>
12 <title>CPP Preprocessing</title>
13 <para>Cpp is the C-language pre-processor.  fvwm offers cpp processing
14 which mirrors the m4 pre-processing.  To find out about it,
15 re-read the
16 <fvwmref sect="m4" opt="m4_preprocessing" name="M4"/>
17 section, but replace "m4" with "cpp".</para>
19 </section>