summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorMichael Fulbright <drmike@src.gnome.org>1999-11-10 18:54:07 +0000
committerMichael Fulbright <drmike@src.gnome.org>1999-11-10 18:54:07 +0000
commit16aa7c4316ef4b964c314a37dc0815d0a52db04f (patch)
tree8446c33a709ef1f7251ba804e28ca263bdb7a38b /demos
parentd23b21018c99bdddc35cbe249f65edeb5510a6f9 (diff)
downloadgtk+-16aa7c4316ef4b964c314a37dc0815d0a52db04f.tar.gz
Make default loading speed 40kB/s.
Dr Mike
Diffstat (limited to 'demos')
-rw-r--r--demos/testpixbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/testpixbuf.c b/demos/testpixbuf.c
index 534bef1965..63483f8291 100644
--- a/demos/testpixbuf.c
+++ b/demos/testpixbuf.c
@@ -489,7 +489,7 @@ progressive_updated_callback(GdkPixbufLoader* loader, guint x, guint y, guint wi
return;
}
-static int readlen = 1;
+static int readlen = 4096;
int
main (int argc, char **argv)