diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-10-03 11:27:19 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-10-03 11:27:19 +0200 |
commit | 5631e4ac406ebfb165613311bac559dab481ec12 (patch) | |
tree | c209cf1290038d29c254b4d2c529ba0ed18c443c /src/index.h | |
parent | 1409766b09b188a1139982a6cab06554c5a4ca62 (diff) |
Refactor --limit-width / --limit-height code
Diffstat (limited to 'src/index.h')
-rw-r--r-- | src/index.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.h b/src/index.h index 288b0ee..08ab337 100644 --- a/src/index.h +++ b/src/index.h @@ -29,5 +29,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. char *create_index_string(feh_file *file); char *create_index_title_string(int num, int w, int h); void get_index_string_dim(feh_file *file, Imlib_Font fn, int *w, int *h); +void index_calculate_height(Imlib_Font fn, int w, int *h, int *tot_thumb_w); +void index_calculate_width(Imlib_Font fn, int *w, int h, int *tot_thumb_h); #endif |