elm_bg: rename elm_bg to Efl.Ui.Bg
authorSungtaek Hong <sth253.hong@samsung.com>
Tue, 26 Sep 2017 02:46:11 +0000 (11:46 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 26 Sep 2017 08:58:07 +0000 (17:58 +0900)
commitebff5e8639851ab9d80fa6ff36f20f08952c015e
treef7017fb4742e77fc3faa395000be665ed8627da7
parent8557fe818f6ac033f582dc4865235aa3176d7447
elm_bg: rename elm_bg to Efl.Ui.Bg

Summary:
elm_bg was supposed to be used only in legacy,
but since we need a common object to be used as a background of widgets,
it is now renamed as efl_ui_bg and supports EO APIs.

Reviewers: cedric, jpeg, woohyun

Differential Revision: https://phab.enlightenment.org/D5147
12 files changed:
po/POTFILES.in
src/Makefile_Elementary.am
src/bin/elementary/test.c
src/bin/elementary/test_bg.c
src/lib/elementary/efl_ui_bg.c [moved from src/lib/elementary/elm_bg.c with 60% similarity]
src/lib/elementary/efl_ui_bg.eo [new file with mode: 0644]
src/lib/elementary/efl_ui_bg_eo.h [new file with mode: 0644]
src/lib/elementary/efl_ui_bg_private.h [new file with mode: 0644]
src/lib/elementary/efl_ui_win.c
src/lib/elementary/elm_bg.eo [deleted file]
src/lib/elementary/elm_bg.h
src/lib/elementary/elm_bg_legacy.h