Mercurial > geeqie
comparison src/globals.c @ 209:ad78ad18523a
configurable frame around image - geeqie_autofit_maxsize.patch by Laurent MONIN
author | nadvornik |
---|---|
date | Sat, 29 Mar 2008 14:59:14 +0000 |
parents | fa0e05f985c3 |
children | f4a0555794a9 |
comparison
equal
deleted
inserted
replaced
208:fa0e05f985c3 | 209:ad78ad18523a |
---|---|
50 gint scroll_reset_method = SCROLL_RESET_TOPLEFT; | 50 gint scroll_reset_method = SCROLL_RESET_TOPLEFT; |
51 gint fit_window = FALSE; | 51 gint fit_window = FALSE; |
52 gint limit_window_size = FALSE; | 52 gint limit_window_size = FALSE; |
53 gint zoom_to_fit_expands = TRUE; | 53 gint zoom_to_fit_expands = TRUE; |
54 gint max_window_size = 100; | 54 gint max_window_size = 100; |
55 gint limit_autofit_size = FALSE; | |
56 gint max_autofit_size = 100; | |
55 gint thumb_max_width = 96; | 57 gint thumb_max_width = 96; |
56 gint thumb_max_height = 72; | 58 gint thumb_max_height = 72; |
57 gint enable_thumb_caching = TRUE; | 59 gint enable_thumb_caching = TRUE; |
58 gint enable_thumb_dirs = FALSE; | 60 gint enable_thumb_dirs = FALSE; |
59 gint use_xvpics_thumbnails = TRUE; | 61 gint use_xvpics_thumbnails = TRUE; |