~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: 2014-05-04 12:00:39 UTC
  • mfrom: (1.4.3)
  • Revision ID: package-import@ubuntu.com-20140504120039-mxh5omqkx5mudan3
Tags: 2.11-1
New upstream release, fixes manual problem (closes: #745467).

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
        SLIDE_JUMP_BACK
103
103
};
104
104
 
105
 
enum image_bg { IMAGE_BG_CHECKS = 0, IMAGE_BG_BLACK, IMAGE_BG_WHITE };
 
105
enum image_bg { IMAGE_BG_CHECKS = 1, IMAGE_BG_BLACK, IMAGE_BG_WHITE };
106
106
 
107
107
#define INPLACE_EDIT_FLIP   -1
108
108
#define INPLACE_EDIT_MIRROR -2