ld --as-needed compilation fixes with external libs.
[fvwm.git] / doc / commands / HilightColor.xml
blob883472381d9429471c769768e96b2fd7fc2aa6d4
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: HilightColor.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='HilightColor'>
12 <title>HilightColor</title>
14 <cmdsynopsis>
15         <command>HilightColor</command
16         ><arg choice='plain'
17                 ><replaceable>textcolor</replaceable
18         ></arg
19         ><arg choice='plain'
20                 ><replaceable>backgroundcolor</replaceable
21         ></arg>
22 </cmdsynopsis>
24 <para>This command is obsoleted by the
25 <fvwmref cmd="Style"/>
26 options
27 <fvwmref cmd="Style" opt="HilightFore"/> and
28 <fvwmref cmd="Style" opt="HilightBack"/>.
29 Please use</para>
31 <programlisting>
32 <fvwmref cmd="Style"/> * <fvwmref cmd="Style" opt="HilightFore"/> textcolor, <fvwmref cmd="Style" opt="HilightBack"/> backgroundcolor
33 </programlisting>
35 <para>instead.</para>
37 </section>