diff src/typedefs.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 9fe0ca1b5263
line wrap: on
line diff
--- a/src/typedefs.h	Fri Apr 18 22:31:58 2008 +0000
+++ b/src/typedefs.h	Fri Apr 18 23:09:03 2008 +0000
@@ -383,6 +383,8 @@
 	gint delay_flip;
 	gint orientation;
 	gint desaturate;
+
+	gint overlay_show_zoom; /* set to true if overlay is showing zoom ratio */
 };
 
 #define FILEDATA_MARKS_SIZE 6