From bb8a56373065c6189c5b7238f6661bbd904f5cf9 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Fri, 21 Jan 2000 22:54:44 +0000 Subject: Return the same pixbuf as the input parameter. 2000-01-21 Federico Mena Quintero * 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. --- demos/testpixbuf-drawable.c | 1 + 1 file changed, 1 insertion(+) (limited to 'demos') 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; } -- cgit v1.2.1