[Title] handle init scale
authorgiwoong.kim <giwoong.kim@samsung.com>
Fri, 16 Mar 2012 14:19:17 +0000 (23:19 +0900)
committergiwoong.kim <giwoong.kim@samsung.com>
Fri, 16 Mar 2012 14:19:17 +0000 (23:19 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

tizen/src/emulator.c
tizen/src/skin/maruskin_server.c

index 5c02d1f69648bcfecf60fb5792dfa03bc7693518..776cf4dbccdecdaa9013c8562183e8233f2709d8 100644 (file)
@@ -43,6 +43,7 @@
 #include "process.h"
 #include "option.h"
 #include "emul_state.h"
+#include "sdl_rotate.h"
 #ifdef _WIN32
 #include <winsock2.h>
 #endif
index 6a1a2123bb4e74da0957a234b8cf12f545ffe83b..2e7febeb960e014f51d080183bbbb16e4461192d 100644 (file)
@@ -350,6 +350,8 @@ static void* run_skin_server( void* args ) {
                     scale = ntohl( scale );
                     rotation = ntohs( rotation );
 
+                    set_emul_win_scale(scale);
+
                     if ( start_heart_beat( client_sock ) ) {
                         start_display( handle_id, lcd_size_width, lcd_size_height, scale, rotation );
                     } else {