e_comp_screen: move the functions 63/314263/2
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 5 Jul 2024 07:42:29 +0000 (16:42 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Wed, 10 Jul 2024 02:55:30 +0000 (02:55 +0000)
commit0fb2d2200aa760243b8d83f5ca81775b96942c75
tree66f740c9e96ef4b533ca6e82cc72fc462743530f
parenta83f0375ed6bb58f6752bb579547e436788826eb
e_comp_screen: move the functions

call the e_comp_screen_init() and e_comp_screen_shutdown()
at the e_main.c and remove them from e_comp.c.
e_comp includes the rendering compositing stuff, so e_comp_screen
is not included in e_comp.

Change-Id: Ic5ed41b4cd9576ab0dac489700155960e141387b
src/bin/compmgr/e_comp.c
src/bin/e_comp_screen.c
src/bin/e_main.c