summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>1999-12-19 23:02:56 +0000
committerCarsten Haitzler <raster@rasterman.com>1999-12-19 23:02:56 +0000
commit6b852c166872ee8e9ba42ad697f7c66e457d4395 (patch)
treeae1b87a9c7a84a08988565e1d69f07687bfc3993 /test
parent31bcbe6b2c450d4cdbd05955030ec9447b02e808 (diff)
downloadimlib2-6b852c166872ee8e9ba42ad697f7c66e457d4395.tar.gz
fix loaders......
SVN revision: 1688
Diffstat (limited to 'test')
-rw-r--r--test/main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/main.c b/test/main.c
index 7adf096..3a11d09 100644
--- a/test/main.c
+++ b/test/main.c
@@ -138,9 +138,7 @@ int main (int argc, char **argv)
}
if (!interactive)
{
- imlib_context_set_progress_function(progress);
- imlib_context_set_progress_granularity(0);
- im = imlib_load_image(file);
+ im = imlib_load_image_immediately(file);
if (!im)
{
printf("load fialed\n");