From 3dcb07ccb1435672d63b27ca4388a65a20ed1ed2 Mon Sep 17 00:00:00 2001 From: "giwoong.kim" Date: Fri, 14 Sep 2012 17:46:16 +0900 Subject: [PATCH] [Title] added vga_hw_update func to maru_shm [Type] bugfix [Module] Emulator / lcd [Priority] major [Jira#] [Redmine#] [Problem] [Cause] mac [Solution] [TestCase] --- tizen/src/maru_shm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tizen/src/maru_shm.c b/tizen/src/maru_shm.c index 248445ce55..dc9e9619a9 100644 --- a/tizen/src/maru_shm.c +++ b/tizen/src/maru_shm.c @@ -47,7 +47,7 @@ void qemu_ds_shm_resize(DisplayState *ds) void qemu_ds_shm_refresh(DisplayState *ds) { - //TODO: + vga_hw_update(); } void maruskin_shm_init(uint64 swt_handle, int lcd_size_width, int lcd_size_height, bool is_resize) -- 2.34.1