comparison src/typedefs.h @ 1750:c71126e3b2f9

Fix osd zoom level refreshing (it was broken since some times).
author zas_
date Sun, 17 Jan 2010 13:34:48 +0000
parents 717374fb1bbd
children
comparison
equal deleted inserted replaced
1749:ec9a399b03d5 1750:c71126e3b2f9
434 gboolean auto_refresh; 434 gboolean auto_refresh;
435 435
436 gboolean delay_flip; 436 gboolean delay_flip;
437 gint orientation; 437 gint orientation;
438 gboolean desaturate; 438 gboolean desaturate;
439
440 gboolean overlay_show_zoom; /* set to true if overlay is showing zoom ratio */
441 }; 439 };
442 440
443 #define FILEDATA_MARKS_SIZE 6 441 #define FILEDATA_MARKS_SIZE 6
444 442
445 struct _FileDataChangeInfo { 443 struct _FileDataChangeInfo {