Add configuration file for each area sizes 73/14873/6
authorYuta Doi <yuta-d@witz-inc.co.jp>
Fri, 29 Jun 2018 00:31:46 +0000 (09:31 +0900)
committerYuta Doi <yuta-d@witz-inc.co.jp>
Mon, 9 Jul 2018 01:04:53 +0000 (10:04 +0900)
commitdd72b1c91895058d14bd13c3aa9a50bd75f633b6
treecc15ad1a3c7078bdb8f6cec08ff1b5b5c4e497d7
parentcf05c2b5c92b9a79635aa2277a9d55449e14fab6
Add configuration file for each area sizes

Add areas.db which has each area sizes.

less-than-0 values refer to (MAX + 1 - $VALUE)
and MAX is either screen width or height.

layers.json had each area sizes until now,
so removed the sizes from it.

Change-Id: I5cf283581daaca41e2b9e3ee6e947478bff1189c
Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
layers.json
layers.json.split
src/CMakeLists.txt
src/db/areas.db [new file with mode: 0644]
src/json_helper.cpp
src/json_helper.hpp
src/layers.cpp
src/layers.hpp
src/window_manager.cpp