mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 13:11:13 +00:00
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:
parent
24c7df792f
commit
8dae68fbb3
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user