Mercurial > geeqie
diff src/main.h @ 415:4f7362028062
Add zoom ratio display to OSD in fullscreen mode.
It appears as [%zoom%] in fullscreen info string.
It is now displayed by default.
| author | zas_ |
|---|---|
| date | Fri, 18 Apr 2008 23:09:03 +0000 |
| parents | 9e521adbf312 |
| children | 4b2d7f9af171 |
line wrap: on
line diff
--- a/src/main.h Fri Apr 18 22:31:58 2008 +0000 +++ b/src/main.h Fri Apr 18 23:09:03 2008 +0000 @@ -100,6 +100,12 @@ #define IMAGE_LOADER_IDLE_READ_LOOP_COUNT_MIN 1 #define IMAGE_LOADER_IDLE_READ_LOOP_COUNT_MAX 16 + +#define DEFAULT_OVERLAY_INFO "%collection%(%number%/%total%) [%zoom%] <b>%name%</b>\n" \ + "%res%|%date%|%size%\n" \ + "%fAperture%|%fShutterSpeed%|%fISOSpeedRating%|%fFocalLength%|%fExposureBias%\n" \ + "%fCamera%|%fFlash%" \ + #if 1 /* set to 0 to disable debugging code and related options */ # ifndef DEBUG # define DEBUG 1
