X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fdb%2Fareas.db;fp=src%2Fdb%2Fareas.db;h=6c79bbfdd5d92afaf8e8a4c202d2d189d7303d76;hb=dd72b1c91895058d14bd13c3aa9a50bd75f633b6;hp=0000000000000000000000000000000000000000;hpb=cf05c2b5c92b9a79635aa2277a9d55449e14fab6;p=apps%2Fagl-service-windowmanager.git diff --git a/src/db/areas.db b/src/db/areas.db new file mode 100644 index 0000000..6c79bbf --- /dev/null +++ b/src/db/areas.db @@ -0,0 +1,85 @@ +{ + "areas": [ + { + "name": "fullscreen", + "rect": { + "x": 0, + "y": 0, + "w": -1, + "h": -1 + } + }, + { + "name": "normal.full", + "rect": { + "x": 0, + "y": 218, + "w": -1, + "h": -433 + } + }, + { + "name": "split.main", + "rect": { + "x": 0, + "y": 218, + "w": -1, + "h": 744 + } + }, + { + "name": "split.sub", + "rect": { + "x": 0, + "y": 962, + "w": -1, + "h": 744 + } + }, + { + "name": "software_keyboard", + "rect": { + "x": 0, + "y": 962, + "w": -1, + "h": 744 + } + }, + { + "name": "restriction.normal", + "rect": { + "x": 0, + "y": 218, + "w": -1, + "h": -433 + } + }, + { + "name": "restriction.split.main", + "rect": { + "x": 0, + "y": 218, + "w": -1, + "h": 744 + } + }, + { + "name": "restriction.split.sub", + "rect": { + "x": 0, + "y": 962, + "w": -1, + "h": 744 + } + }, + { + "name": "on_screen", + "rect": { + "x": 0, + "y": 218, + "w": -1, + "h": -433 + } + } + ] +}