comparison src/image.h @ 1626:1d7941c147be

Add an option to Image preferences to restrict custom border to fullscreen mode only. Bug 2798062.
author zas_
date Thu, 04 Jun 2009 19:51:20 +0000
parents 3d9f5c078521
children 956aab097ea7
comparison
equal deleted inserted replaced
1625:d00761ba18bd 1626:1d7941c147be
100 /* allow top window to be resized ? */ 100 /* allow top window to be resized ? */
101 void image_top_window_set_sync(ImageWindow *imd, gboolean allow_sync); 101 void image_top_window_set_sync(ImageWindow *imd, gboolean allow_sync);
102 102
103 /* background of image */ 103 /* background of image */
104 void image_background_set_color(ImageWindow *imd, GdkColor *color); 104 void image_background_set_color(ImageWindow *imd, GdkColor *color);
105 void image_background_set_color_from_options(ImageWindow *imd, gboolean fullscreen);
105 106
106 /* color profiles */ 107 /* color profiles */
107 void image_color_profile_set(ImageWindow *imd, 108 void image_color_profile_set(ImageWindow *imd,
108 gint input_type, 109 gint input_type,
109 gboolean use_image); 110 gboolean use_image);