comparison src/fullscreen.c @ 888:d8e1e820cee7

reload changed images
author nadvornik
date Thu, 17 Jul 2008 21:51:21 +0000
parents 8268cbe682f1
children 6ca2c5fd7b13
comparison
equal deleted inserted replaced
887:e418c33a49c8 888:d8e1e820cee7
294 { 294 {
295 image_background_set_color(fs->imd, &options->image.border_color); 295 image_background_set_color(fs->imd, &options->image.border_color);
296 } 296 }
297 297
298 image_set_delay_flip(fs->imd, options->fullscreen.clean_flip); 298 image_set_delay_flip(fs->imd, options->fullscreen.clean_flip);
299 image_auto_refresh(fs->imd, fs->normal_imd->auto_refresh_interval); 299 image_auto_refresh_enable(fs->imd, fs->normal_imd->auto_refresh);
300 300
301 if (options->fullscreen.clean_flip) 301 if (options->fullscreen.clean_flip)
302 { 302 {
303 image_set_update_func(fs->imd, fullscreen_image_update_cb, fs); 303 image_set_update_func(fs->imd, fullscreen_image_update_cb, fs);
304 image_set_complete_func(fs->imd, fullscreen_image_complete_cb, fs); 304 image_set_complete_func(fs->imd, fullscreen_image_complete_cb, fs);