elm_win: fix bug that floating mode set API ignores borderless value 36/123036/1
authorJiyoun Park <jy0703.park@samsung.com>
Mon, 9 Jan 2017 08:15:07 +0000 (17:15 +0900)
committerJiyoun Park <jy0703.park@samsung.com>
Tue, 4 Apr 2017 08:14:47 +0000 (17:14 +0900)
commitd6e09beb7aaa38725dff83a28aef83f246caba80
tree6d30732f1fa4cd8d47d6341de218e8a0fb6972e7
parentedbc690ba28842f54ecab0fe7f45f1b63fc19a9e
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