diff src/options.h @ 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 ae618ebec3e9
children ee33d2ddb661
line wrap: on
line diff
--- a/src/options.h	Thu Jun 12 20:17:22 2008 +0000
+++ b/src/options.h	Thu Jun 12 20:33:51 2008 +0000
@@ -150,6 +150,8 @@
 			guint state;
 			gint show_at_startup;
 			gchar *template_string;
+			gint x;
+			gint y;
 		} common;
 	} image_overlay;