summaryrefslogtreecommitdiff
path: root/docs/reference/gdk/tmpl/rgb.sgml
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-12-19 21:02:08 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-12-19 21:02:08 +0000
commitb9c479ba56df123e0b9e97ff6642bee667c3ee9a (patch)
tree778ec95adb4994b69fe1042ff5fbd6a7f8828de6 /docs/reference/gdk/tmpl/rgb.sgml
parent189d195c8d69f13da9cd4a1e52f9e0c0333d0097 (diff)
downloadgdk-pixbuf-b9c479ba56df123e0b9e97ff6642bee667c3ee9a.tar.gz
Small additions/fixes
2005-12-19 Matthias Clasen <mclasen@redhat.com> * gdk/tmpl/input.sgml: * gdk/tmpl/rgb.sgml: * gdk/tmpl/x_interaction.sgml: * gdk/tmpl/windows.sgml: Small additions/fixes * gdk/Makefile.am (IGNORE_HFILES): Add quartz * gdk/gdk-sections.txt: Add gdk_window_get_type_hint
Diffstat (limited to 'docs/reference/gdk/tmpl/rgb.sgml')
-rw-r--r--docs/reference/gdk/tmpl/rgb.sgml32
1 files changed, 5 insertions, 27 deletions
diff --git a/docs/reference/gdk/tmpl/rgb.sgml b/docs/reference/gdk/tmpl/rgb.sgml
index 865458481..1bd4f5c91 100644
--- a/docs/reference/gdk/tmpl/rgb.sgml
+++ b/docs/reference/gdk/tmpl/rgb.sgml
@@ -278,40 +278,18 @@ start of the next.
<!-- ##### ENUM GdkRgbDither ##### -->
<para>
Selects whether or not GdkRGB applies dithering
-to the image on display. There are three values:
+to the image on display.
</para>
-<itemizedlist>
-
-<listitem>
-<para>
-%GDK_RGB_DITHER_NONE: Never use dithering.
-</para>
-</listitem>
-
-<listitem>
-<para>
-%GDK_RGB_DITHER_NORMAL: Use dithering in 8 bits per pixel (and below)
-only.
-</para>
-</listitem>
-
-<listitem>
-<para>
-%GDK_RGB_DITHER_MAX: Use dithering in 16 bits per pixel and below.
-</para>
-</listitem>
-
-</itemizedlist>
-
<para>
Since GdkRGB currently only handles images with 8 bits per component,
dithering on 24 bit per pixel displays is a moot point.
</para>
-@GDK_RGB_DITHER_NONE:
-@GDK_RGB_DITHER_NORMAL:
-@GDK_RGB_DITHER_MAX:
+@GDK_RGB_DITHER_NONE: Never use dithering.
+@GDK_RGB_DITHER_NORMAL: Use dithering in 8 bits per pixel (and below)
+only.
+@GDK_RGB_DITHER_MAX: Use dithering in 16 bits per pixel and below.
<!-- ##### FUNCTION gdk_rgb_cmap_new ##### -->
<para>