Correct description of the Wintab and max palette size options. Drop

2008-02-13  Tor Lillqvist  <tml@novell.com>

	* gtk/windows.sgml: Correct description of the Wintab and max
	palette size options. Drop obsolete Win9x stuff.


svn path=/trunk/; revision=19558
This commit is contained in:
Tor Lillqvist 2008-02-13 14:21:28 +00:00 committed by Tor Lillqvist
parent 8e66480c6c
commit 24d682c1db
2 changed files with 12 additions and 25 deletions

View File

@ -1,3 +1,8 @@
2008-02-13 Tor Lillqvist <tml@novell.com>
* gtk/windows.sgml: Correct description of the Wintab and max
palette size options. Drop obsolete Win9x stuff.
2008-02-11 Benjamin Otte <otte@gnome.org> 2008-02-11 Benjamin Otte <otte@gnome.org>
* gdk/tmpl/windows.sgml: * gdk/tmpl/windows.sgml:

View File

@ -20,14 +20,6 @@ The Windows port of GTK+ is an implementation of GDK (and therefore GTK+)
on top of the Win32 API. on top of the Win32 API.
</para> </para>
<!--
<refsect2><title>Build requirements</title>
<para>
FIXME: explain with-wintab, with-ie55
</para>
</refsect2>
-->
<refsect2 id="win32-cmdline"> <refsect2 id="win32-cmdline">
<title>Windows-specific commandline options</title> <title>Windows-specific commandline options</title>
@ -40,8 +32,8 @@ additional command line arguments.
<title><systemitem>--sync</systemitem></title> <title><systemitem>--sync</systemitem></title>
<para> <para>
Don't batch GDI requests. This is a useful option for Don't batch GDI requests. This might be a marginally useful option for
debugging, but it will slow down the performance considerably. debugging.
</para> </para>
</formalpara> </formalpara>
@ -50,7 +42,7 @@ debugging, but it will slow down the performance considerably.
<systemitem>--ignore-wintab</systemitem></title> <systemitem>--ignore-wintab</systemitem></title>
<para> <para>
Don't use the Wintab API for tablet support. This is the default. Don't use the Wintab API for tablet support.
</para> </para>
</formalpara> </formalpara>
@ -58,8 +50,7 @@ Don't use the Wintab API for tablet support. This is the default.
<title><systemitem>--use-wintab</systemitem></title> <title><systemitem>--use-wintab</systemitem></title>
<para> <para>
Use the Wintab API for tablet support, if GTK+ has been compiled Use the Wintab API for tablet support. This is the default.
with the <option>--with-wintab</option> option.
</para> </para>
</formalpara> </formalpara>
@ -68,7 +59,7 @@ with the <option>--with-wintab</option> option.
<para> <para>
In 256 color mode, restrict the size of the color palette to In 256 color mode, restrict the size of the color palette to
the specified number of colors. the specified number of colors. This option is obsolete.
</para> </para>
</formalpara> </formalpara>
@ -87,7 +78,7 @@ additional environment variables.
<para> <para>
If this variable is set, GTK+ doesn't use If this variable is set, GTK+ doesn't use
the Wintab API for tablet support. This is the default. the Wintab API for tablet support.
</para> </para>
</formalpara> </formalpara>
@ -96,8 +87,7 @@ the Wintab API for tablet support. This is the default.
<para> <para>
If this variable is set, GTK+ uses the Wintab API for If this variable is set, GTK+ uses the Wintab API for
tablet support, if GTK+ has been compiled with the tablet support. This is the default.
<option>--with-wintab</option> option.
</para> </para>
</formalpara> </formalpara>
@ -110,14 +100,6 @@ in 256 color mode.
</para> </para>
</formalpara> </formalpara>
<formalpara>
<title><envar>G_WIN32_PRETEND_WIN9X</envar></title>
<para>
Only use the Windows 9x API.
</para>
</formalpara>
</refsect2> </refsect2>
</refsect1> </refsect1>