]> Pileus Git - ~andy/gtk/commitdiff
Fix a typo (#303473, Masao Mutoh)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 9 May 2005 03:53:32 +0000 (03:53 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 9 May 2005 03:53:32 +0000 (03:53 +0000)
2005-05-08  Matthias Clasen  <mclasen@redhat.com>

* gdk/tmpl/visuals.sgml: Fix a typo (#303473, Masao Mutoh)

docs/reference/ChangeLog
docs/reference/gdk/tmpl/visuals.sgml

index e00cd68049391b4e7f1512952f9a9ddec27dcacb..366d7a708190f664f5005625c29c15812cead43d 100644 (file)
@@ -1,5 +1,7 @@
 2005-05-08  Matthias Clasen  <mclasen@redhat.com>
 
+       * gdk/tmpl/visuals.sgml: Fix a typo (#303473, Masao Mutoh)
+
        * gdk-pixbuf/tmpl/inline.sgml: 
        * gdk-pixbuf/tmpl/file-saving.sgml: Add long descriptions.
 
index fe15ff7e09738740eb15f177928c24ccbaf5aa6f..a40e4733c3a93fd7ebad8b86babd64cda9129632 100644 (file)
@@ -51,6 +51,9 @@ then %GDK_VISUAL_STATIC_GRAY.
 #GdkImage, #GdkColormap, #GdkRGB
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GdkVisual ##### -->
 <para>
 The <type>GdkVisual</type> structure contains information about
@@ -129,7 +132,7 @@ values for display.
    <structfield>blue_mask</structfield> fields of the #GdkVisual
    structure describe how the components are assembled into a pixel value.
 @GDK_VISUAL_DIRECT_COLOR: Each pixel value contains red, green, and blue
-   components as for %GDK_TRUE_COLOR, but the components are mapped via a 
+   components as for %GDK_VISUAL_TRUE_COLOR, but the components are mapped via a 
    color table into the final output table instead of being converted directly.
 
 <!-- ##### ENUM GdkByteOrder ##### -->