comparison src/layout_image.c @ 320:c74af1cbd61a

Move more options to ConfOptions.
author zas_
date Fri, 11 Apr 2008 22:52:22 +0000
parents b16b9b8979e5
children 049d6b00cc14
comparison
equal deleted inserted replaced
319:f9611a6cf0e2 320:c74af1cbd61a
1702 1702
1703 image_auto_refresh(lw->split_images[i], 0); 1703 image_auto_refresh(lw->split_images[i], 0);
1704 1704
1705 layout_image_dnd_init(lw, i); 1705 layout_image_dnd_init(lw, i);
1706 image_color_profile_set(lw->split_images[i], 1706 image_color_profile_set(lw->split_images[i],
1707 color_profile_input_type, color_profile_screen_type, 1707 options->color_profile_input_type,
1708 color_profile_use_image); 1708 options->color_profile_screen_type,
1709 image_color_profile_set_use(lw->split_images[i], color_profile_enabled); 1709 options->color_profile_use_image);
1710 image_color_profile_set_use(lw->split_images[i], options->color_profile_enabled);
1710 } 1711 }
1711 1712
1712 return lw->split_images[i]->widget; 1713 return lw->split_images[i]->widget;
1713 } 1714 }
1714 1715