summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2008-02-13 14:21:28 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-02-13 14:21:28 +0000
commit24d682c1dba1e2adfed4f1152eba03b25a672b64 (patch)
tree7cbf3364155125d3688839a6c4b408c5811d2f25 /docs
parent8e66480c6c15c569dec3f38273e7d22d15b0e98a (diff)
downloadgtk+-24d682c1dba1e2adfed4f1152eba03b25a672b64.tar.gz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog5
-rw-r--r--docs/reference/gtk/windows.sgml32
2 files changed, 12 insertions, 25 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 52f557d3a3..a59a50e1d5 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -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>
* gdk/tmpl/windows.sgml:
diff --git a/docs/reference/gtk/windows.sgml b/docs/reference/gtk/windows.sgml
index 76b6dc57a7..a0cdbffaf6 100644
--- a/docs/reference/gtk/windows.sgml
+++ b/docs/reference/gtk/windows.sgml
@@ -20,14 +20,6 @@ The Windows port of GTK+ is an implementation of GDK (and therefore GTK+)
on top of the Win32 API.
</para>
-<!--
-<refsect2><title>Build requirements</title>
-<para>
-FIXME: explain with-wintab, with-ie55
-</para>
-</refsect2>
--->
-
<refsect2 id="win32-cmdline">
<title>Windows-specific commandline options</title>
@@ -40,8 +32,8 @@ additional command line arguments.
<title><systemitem>--sync</systemitem></title>
<para>
-Don't batch GDI requests. This is a useful option for
-debugging, but it will slow down the performance considerably.
+Don't batch GDI requests. This might be a marginally useful option for
+debugging.
</para>
</formalpara>
@@ -50,7 +42,7 @@ debugging, but it will slow down the performance considerably.
<systemitem>--ignore-wintab</systemitem></title>
<para>
-Don't use the Wintab API for tablet support. This is the default.
+Don't use the Wintab API for tablet support.
</para>
</formalpara>
@@ -58,8 +50,7 @@ Don't use the Wintab API for tablet support. This is the default.
<title><systemitem>--use-wintab</systemitem></title>
<para>
-Use the Wintab API for tablet support, if GTK+ has been compiled
-with the <option>--with-wintab</option> option.
+Use the Wintab API for tablet support. This is the default.
</para>
</formalpara>
@@ -68,7 +59,7 @@ with the <option>--with-wintab</option> option.
<para>
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>
</formalpara>
@@ -87,7 +78,7 @@ additional environment variables.
<para>
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>
</formalpara>
@@ -96,8 +87,7 @@ the Wintab API for tablet support. This is the default.
<para>
If this variable is set, GTK+ uses the Wintab API for
-tablet support, if GTK+ has been compiled with the
-<option>--with-wintab</option> option.
+tablet support. This is the default.
</para>
</formalpara>
@@ -110,14 +100,6 @@ in 256 color mode.
</para>
</formalpara>
-<formalpara>
-<title><envar>G_WIN32_PRETEND_WIN9X</envar></title>
-
-<para>
-Only use the Windows 9x API.
-</para>
-</formalpara>
-
</refsect2>
</refsect1>