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, 12 May 2015 06:30:12 +0000 (15:30 +0900)
commit9cb0202b0a7d409b77a68b218e15cfe0b936b24b
treeacf35b40e31467745afdf9dff3f8c35718ff6251
parent21f21e712e17dde8bbf014f78c057caa24d90de2
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