Add QuitFromMainLoop function to idle event with force option. 70/160570/2
authorminho.sun <minho.sun@samsung.com>
Fri, 17 Nov 2017 02:26:00 +0000 (11:26 +0900)
committerminho.sun <minho.sun@samsung.com>
Wed, 22 Nov 2017 01:17:17 +0000 (10:17 +0900)
commitcfd753c459dd7c29e929cb62137480fe15b5a5cb
treec0432f13327a5931e1a7fc36ddf3aaea2ccd9b23
parent2f672ace75a14c989774cb948529c40c55ab8256
Add QuitFromMainLoop function to idle event with force option.

When user hide window, adaptor will be paused.
In this situation, user cannot add callback function to idle event.
But Application should be terminated when Quit() function is called evenif window is hide.

So add QuitFromMainLoop function to idle event with force option.

Change-Id: I4470ae7f2845c04772d791dabd1187359bad7a70
adaptors/common/application-impl.cpp