comparison src/rcfile.c @ 823:ed82f5bf8082

Add a comment about relative positions of image overlay in the rc file.
author zas_
date Thu, 12 Jun 2008 21:21:32 +0000
parents df541dc41707
children 4a913f093f56
comparison
equal deleted inserted replaced
822:df541dc41707 823:ed82f5bf8082
489 489
490 WRITE_SUBTITLE("Image Overlay Options"); 490 WRITE_SUBTITLE("Image Overlay Options");
491 WRITE_UINT(image_overlay.common.state); 491 WRITE_UINT(image_overlay.common.state);
492 WRITE_BOOL(image_overlay.common.show_at_startup); 492 WRITE_BOOL(image_overlay.common.show_at_startup);
493 WRITE_CHAR(image_overlay.common.template_string); 493 WRITE_CHAR(image_overlay.common.template_string);
494 WRITE_SEPARATOR();
495
496 secure_fprintf(ssi, "# these are relative positions:\n");
497 secure_fprintf(ssi, "# x >= 0: |x| pixels from left border\n");
498 secure_fprintf(ssi, "# x < 0 : |x| pixels from right border\n");
499 secure_fprintf(ssi, "# y >= 0: |y| pixels from top border\n");
500 secure_fprintf(ssi, "# y < 0 : |y| pixels from bottom border\n");
494 WRITE_INT(image_overlay.common.x); 501 WRITE_INT(image_overlay.common.x);
495 WRITE_INT(image_overlay.common.y); 502 WRITE_INT(image_overlay.common.y);
496 503
497 504
498 WRITE_SUBTITLE("Slideshow Options"); 505 WRITE_SUBTITLE("Slideshow Options");