Refractoring: Use only one fitting mode config option for all fitting modes.

This commit is contained in:
Felix Kauselmann
2015-01-02 13:54:30 +01:00
parent bf98cf3343
commit b199095515
5 changed files with 49 additions and 31 deletions

View File

@ -20,6 +20,7 @@
#define FLOW_TYPE_SW "FLOW_TYPE_SW"
#define FIT "FIT"
#define PAGEFIT "PAGEFIT"
#define FITMODE "FITMODE"
#define FLOW_TYPE "FLOW_TYPE"
#define FULLSCREEN "FULLSCREEN"
#define FIT_TO_WIDTH_RATIO "FIT_TO_WIDTH_RATIO"