Support Wayland environment 82/50382/16 accepted/tizen/mobile/20151112.232014 accepted/tizen/tv/20151112.232026 accepted/tizen/wearable/20151111.044736 submit/tizen/20151109.122126 submit/tizen/20151109.234313 submit/tizen_wearable/20151109.234313
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 28 Oct 2015 07:34:54 +0000 (16:34 +0900)
committerHwanKyu Jhun <h.jhun@samsung.com>
Mon, 9 Nov 2015 04:14:32 +0000 (20:14 -0800)
commit5948dc6a3fc826aa89ee46c4e1d557e02b6988a7
tree49cd3b9ac55d9ac0263fa91cdce99384f420a432
parentfca82315c1e9c518dd6dac4eace358bb590be7d5
Support Wayland environment

- Add Wayland/X syspopup init and reset func separately
- Refactor syspopup-app
- Remove unnecessary dependencies on syspopup-caller pkg-config

Change-Id: Ibf3ac911a1523050a1ce9acf902bb4cdd15b7df5
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
25 files changed:
CMakeLists.txt
data/syspopup_db.sql
include/simple_util.h
include/syspopup_core.h
packaging/syspopup.spec
src/syspopup_core.c
src/syspopup_db.c
syspopup-app/CMakeLists.txt
syspopup-app/include/syspopup-app.h [new file with mode: 0755]
syspopup-app/org.tizen.syspopup-app.xml.in
syspopup-app/src/syspopup-app.c [new file with mode: 0755]
syspopup-app/syspopup-app.c [deleted file]
syspopup-app/syspopup-app.h [deleted file]
syspopup-caller/CMakeLists.txt
syspopup-caller/syspopup-caller.pc.in
syspopup-caller/syspopup_caller.c
syspopup/CMakeLists.txt
syspopup/syspopup.c
syspopup/syspopup_efl.c
syspopup/syspopup_efl.h [new file with mode: 0644]
syspopup/syspopup_wayland.c [new file with mode: 0644]
syspopup/syspopup_wayland.h [new file with mode: 0644]
syspopup/syspopup_x.c [new file with mode: 0644]
syspopup/syspopup_x.h [new file with mode: 0644]
test/test.c