diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-01-21 22:54:44 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-21 22:54:44 +0000 |
commit | bb8a56373065c6189c5b7238f6661bbd904f5cf9 (patch) | |
tree | fed236223632b82217040d3337217a3f615533ff /demos | |
parent | 2f27c99f364cd4ac170fe6050263bae19f7c401d (diff) | |
download | gtk+-bb8a56373065c6189c5b7238f6661bbd904f5cf9.tar.gz |
Return the same pixbuf as the input parameter.
2000-01-21 Federico Mena Quintero <federico@helixcode.com>
* gdk-pixbuf/gdk-pixbuf.c (gdk_pixbuf_ref): Return the same pixbuf
as the input parameter.
* gdk-pixbuf/gdk-pixbuf-animation.c (gdk_pixbuf_animation_ref):
Return the same animation as the input parameter.
Diffstat (limited to 'demos')
-rw-r--r-- | demos/testpixbuf-drawable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/testpixbuf-drawable.c b/demos/testpixbuf-drawable.c index 3d43244ca5..22dab35e9e 100644 --- a/demos/testpixbuf-drawable.c +++ b/demos/testpixbuf-drawable.c @@ -103,4 +103,5 @@ int main(int argc, char **argv) gtk_widget_show_all(window); gtk_main(); + return 0; } |