changeset 1591:3681f85cd262

forced image update to re-get cm when it backs from full screen mode.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 03 May 2009 03:11:39 +0900
parents 69f7270b3b27
children 69abb57139f0
files src/layout_image.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/layout_image.c	Sun May 03 02:21:27 2009 +0900
+++ b/src/layout_image.c	Sun May 03 03:11:39 2009 +0900
@@ -125,6 +125,7 @@
 	if (lw->full_screen)
 		{
 		layout_image_full_screen_stop(lw);
+		if(lw->image->func_update) lw->image->func_update(lw->image, lw->image->data_update);
 		}
 	else
 		{