diff src/options.c @ 822:df541dc41707

Allow to set image overlay info position through options: - image_overlay.common.x - image_overlay.common.y For now, there are only editable through rc file.
author zas_
date Thu, 12 Jun 2008 20:33:51 +0000
parents ff51413f098d
children ee33d2ddb661
line wrap: on
line diff
--- a/src/options.c	Thu Jun 12 20:17:22 2008 +0000
+++ b/src/options.c	Thu Jun 12 20:33:51 2008 +0000
@@ -86,6 +86,8 @@
 	options->image_overlay.common.state = (guint)OSD_SHOW_NOTHING;
 	options->image_overlay.common.show_at_startup = FALSE;
 	options->image_overlay.common.template_string = NULL;
+	options->image_overlay.common.x = 10;
+	options->image_overlay.common.y = -10;
 
 	options->layout.dir_view_type = DIRVIEW_LIST;
 	options->layout.file_view_type = FILEVIEW_LIST;