summaryrefslogtreecommitdiff
path: root/demos/testpixbuf-drawable.c
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-01-21 22:54:44 +0000
committerArturo Espinosa <unammx@src.gnome.org>2000-01-21 22:54:44 +0000
commitbb8a56373065c6189c5b7238f6661bbd904f5cf9 (patch)
treefed236223632b82217040d3337217a3f615533ff /demos/testpixbuf-drawable.c
parent2f27c99f364cd4ac170fe6050263bae19f7c401d (diff)
downloadgtk+-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/testpixbuf-drawable.c')
-rw-r--r--demos/testpixbuf-drawable.c1
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;
}