comparison src/typedefs.h @ 1791:9a20074dbd8f

Fix osd zoom level refreshing (it was broken since some times).
author zas_
date Sun, 17 Jan 2010 13:34:48 +0000
parents bfe04f01de5e
children 956aab097ea7
comparison
equal deleted inserted replaced
1790:48cc32388aeb 1791:9a20074dbd8f
438 gboolean auto_refresh; 438 gboolean auto_refresh;
439 439
440 gboolean delay_flip; 440 gboolean delay_flip;
441 gint orientation; 441 gint orientation;
442 gboolean desaturate; 442 gboolean desaturate;
443
444 gboolean overlay_show_zoom; /* set to true if overlay is showing zoom ratio */
445 }; 443 };
446 444
447 #define FILEDATA_MARKS_SIZE 6 445 #define FILEDATA_MARKS_SIZE 6
448 446
449 struct _FileDataChangeInfo { 447 struct _FileDataChangeInfo {