elm_win: fix bug that floating mode set API ignores borderless value 13/109213/2 accepted/tizen/3.0/common/20170110.125648 accepted/tizen/3.0/ivi/20170110.043322 accepted/tizen/3.0/tv/20170110.043142 accepted/tizen/3.0/wearable/20170110.043230 submit/tizen_3.0/20170109.102841
authorJiyoun Park <jy0703.park@samsung.com>
Mon, 9 Jan 2017 08:15:07 +0000 (17:15 +0900)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Mon, 9 Jan 2017 08:35:42 +0000 (00:35 -0800)
commit9b0ea25e3d59399222f77c28d35e3489af90b6e5
tree9da0c52e7f1d79d926d4a950461b34128c1c9c01
parent4f587dd5cbe94ddce74c35cc4060274e9b3248c6
elm_win: fix bug that floating mode set API ignores borderless value

If app calls elm_win_floating_mode_set after elm_win_borderless_set,
it doesn't work correctly.
Because, inside the floating mode set function, it create frame object again.
so only when borderless set is false, floating win can create frame object.

Change-Id: I9f166178388ae40c77d6ff4d38217bd8fbecbd38
src/lib/elm_win.c