Added notice about initializing GdkRGB before using the GdkPixbuf

1999-12-16  Federico Mena Quintero  <federico@redhat.com>

	* doc/tmpl/rendering.sgml: Added notice about initializing GdkRGB
	before using the GdkPixbuf rendering functions.  Thanks to Joe
	Shaw <joe@off.net> for pointing this out.
This commit is contained in:
Federico Mena Quintero 1999-12-17 01:21:28 +00:00 committed by Arturo Espinosa
parent 24c7df792f
commit 8dae68fbb3
2 changed files with 14 additions and 0 deletions

View File

@ -20,6 +20,14 @@ Rendering a pixbuf to a GDK drawable.
and use that to draw the image onto a drawable.
</para>
<important>
<para>
Since these functions use GdkRGB for rendering, you must
initialize GdkRGB before using any of them. You can do this by
calling gdk_rgb_init() near the beginning of your program.
</para>
</important>
<!-- ##### SECTION See_Also ##### -->
<para>
GdkRGB

View File

@ -1,3 +1,9 @@
1999-12-16 Federico Mena Quintero <federico@redhat.com>
* doc/tmpl/rendering.sgml: Added notice about initializing GdkRGB
before using the GdkPixbuf rendering functions. Thanks to Joe
Shaw <joe@off.net> for pointing this out.
1999-12-13 Federico Mena Quintero <federico@redhat.com>
* gdk-pixbuf/gnome-canvas-pixbuf.c