[NUI] Make sure that Interop return type is bool
authorjoogab.yun <joogab.yun@samsung.com>
Fri, 19 Aug 2022 01:51:34 +0000 (10:51 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 22 Aug 2022 09:37:36 +0000 (18:37 +0900)
commit5ca58e74d71e2e91a9b0a8b549b3cffad232f6f9
treef75b74b419fe939b06bfeab70c673afbe3e937f5
parentac78faf5f1153d2f336c745c8bb66b2fa4436b99
[NUI] Make sure that Interop return type is bool
Marshal's bool is mapped to 4byte in default.
So if native-code return boolean type, the datasize is mismatched and make problems

This patch will fix this problem
src/Tizen.NUI/src/internal/Interop/Interop.Window.cs