display: add a set function for the display type
authorjinhyung.jo <jinhyung.jo@samsung.com>
Tue, 21 Apr 2015 01:53:04 +0000 (10:53 +0900)
committerjinhyung.jo <jinhyung.jo@samsung.com>
Tue, 21 Apr 2015 07:16:51 +0000 (16:16 +0900)
commit1f64689fe901a58aa64044ba8ebbb0e6ffc60518
tree92b3dd3fd98f3a28949f12e6d3baa906150ac3ad
parent193162d03a971d2fb7210920f217882c7f281604
display: add a set function for the display type

There is a issue on Mac OS,
at the time of the setting of the onscreen/offscreen.
ns_run_in_event_loop wants to a function pointer with void,
but the assigned function has a bool argument.
Thus, separate the function, add a set function for the display type.

Change-Id: Ie3788234fc78a32170a1ed9d4c8de6f1e29e9669
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
tizen/src/display/maru_display.c
tizen/src/display/qt5.c
tizen/src/display/qt5_supplement.cpp
tizen/src/ns_event.h
tizen/src/ns_event.m