projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2a76fe
)
elm_win: add information of window state.
54/121054/4
accepted/tizen/3.0/common/20170414.094803
accepted/tizen/3.0/ivi/20170414.042839
accepted/tizen/3.0/mobile/20170414.041526
accepted/tizen/3.0/tv/20170414.042229
accepted/tizen/3.0/wearable/20170414.042642
submit/tizen_3.0/20170413.075042
author
Hosang Kim
<hosang12.kim@samsung.com>
Mon, 27 Mar 2017 05:51:14 +0000
(14:51 +0900)
committer
Gerrit Code Review
<gerrit@review.vlan103.tizen.org>
Fri, 7 Apr 2017 06:09:35 +0000
(23:09 -0700)
Change-Id: I080cb1ba0bd82ab5fccae88874b30c7765961ec4
src/lib/elm_win.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_win.c
b/src/lib/elm_win.c
index 350d2ad96cbe2e6b61fbfe89d286ced5a515e288..5560672be7074def1d9934065860e31ff332ef7a 100644
(file)
--- a/
src/lib/elm_win.c
+++ b/
src/lib/elm_win.c
@@
-6702,6
+6702,9
@@
elm_win_floating_mode_set(Evas_Object *obj, Eina_Bool floating)
edje_object_signal_emit(sd->edje, "elm,state,floating,off", "elm");
//
}
+ //TIZEN_ONLY(20170327): add information of window state.
+ ecore_evas_data_set(sd->ee, "floating_mode", (void*)floating);
+ //
ecore_wl_window_floating_mode_set(sd->wl.win, floating);
}
#endif