[Title] added vga_hw_update func to maru_shm
authorgiwoong.kim <giwoong.kim@samsung.com>
Fri, 14 Sep 2012 08:46:16 +0000 (17:46 +0900)
committergiwoong.kim <giwoong.kim@samsung.com>
Fri, 14 Sep 2012 08:46:16 +0000 (17:46 +0900)
[Type] bugfix
[Module] Emulator / lcd
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause] mac
[Solution]
[TestCase]

tizen/src/maru_shm.c

index 248445c..dc9e961 100644 (file)
@@ -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)