~ubuntu-branches/debian/sid/feh/sid

« back to all changes in this revision

Viewing changes to src/feh.h

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2015-05-26 20:43:24 UTC
  • mfrom: (1.4.6)
  • Revision ID: package-import@ubuntu.com-20150526204324-bm1uangj1in5l34x
Tags: 2.13.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
void feh_filelist_image_remove(winwidget winwid, char do_delete);
163
163
void feh_imlib_print_load_error(char *file, winwidget w, Imlib_Load_Error err);
164
164
void slideshow_save_image(winwidget win);
165
 
void ungib_imlib_save_image_with_error_return(Imlib_Image im, char *file,
166
 
        Imlib_Load_Error * error_return);
167
165
void feh_edit_inplace(winwidget w, int orientation);
168
166
void feh_edit_inplace_lossless(winwidget w, int orientation);
169
167
gib_list *feh_wrap_string(char *text, int wrap_width, Imlib_Font fn, gib_style * style);