[Tizen] Add the exception case for null input argument 41/272641/4 accepted/tizen/unified/20220329.134606 submit/tizen/20220328.100115
authorWonsik Jung <sidein@samsung.com>
Tue, 22 Mar 2022 07:20:56 +0000 (16:20 +0900)
committerWonsik Jung <sidein@samsung.com>
Mon, 28 Mar 2022 09:13:39 +0000 (18:13 +0900)
commit35d3452a77609eee448bdea62168cb5dc9174148
treeacf0b5db3eb297b6f20c035370997475c30c12b2
parent68a35b0ee4d580e513e911028fc586ee224b6c33
[Tizen] Add the exception case for null input argument

Basically, SDL_main() should be used in Tizen SDL.
If SDL application is built in Tizen SDL or Tizen build system,
the application will be used with SDL_main().

If one SDL application that is built on the other embedded linux build system,
the application try to work on Tizen device,
the application should use main instead of SDL_main().
This patch is for that.

Change-Id: I9864c756e4639659c0698beb1019faff4a24f698
src/SDL.c
src/core/tizen/SDL_tizen.c