X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fconfig%2Fareas.json;h=d63e046d22e8ca043842dcad35149fc7774e5560;hb=f7536d2b6ff552e7c4849b36d9b6e140c5b1b9aa;hp=cd54725f9a771ea6b9baa4d3ea1e3c4619a1c5ff;hpb=98006b6538c5be44350746ec3756f004a5c68af8;p=apps%2Fagl-service-windowmanager.git diff --git a/src/config/areas.json b/src/config/areas.json index cd54725..d63e046 100644 --- a/src/config/areas.json +++ b/src/config/areas.json @@ -101,7 +101,7 @@ "rect": { "x": 0, "y": 0, - "w": 480, + "w": 240, "h": 180 } } @@ -206,16 +206,35 @@ } }, { - "name": "rse1.normal.full", + "name": "hud.normal.full", "rect": { "x": 0, "y": 0, "w": 1920, - "h": 720 + "h": 1080 } + } + ] + } + ] + }, + { + "name": "rse1", + "screens": [ + { + "id": 0, + "areas": [ + { + "name": "fullscreen", + "rect": { + "x": 0, + "y": 0, + "w": 1920, + "h": 1080 + } }, { - "name": "rse2.normal.full", + "name": "normal.full", "rect": { "x": 0, "y": 0, @@ -224,12 +243,12 @@ } }, { - "name": "hud.normal.full", + "name": "rse1.normal.full", "rect": { "x": 0, "y": 0, "w": 1920, - "h": 720 + "h": 1080 } } ] @@ -237,30 +256,29 @@ ] }, { - "name": "rse1", + "name": "rse2", "screens": [ { "id": 0, "areas": [ { - "name": "rse1.normal.full", + "name": "fullscreen", + "rect": { + "x": 0, + "y": 0, + "w": 1920, + "h": 1080 + } + }, + { + "name": "normal.full", "rect": { "x": 0, "y": 0, "w": 1920, "h": 720 } - } - ] - } - ] - }, - { - "name": "rse2", - "screens": [ - { - "id": 0, - "areas": [ + }, { "name": "rse2.normal.full", "rect": { @@ -280,13 +298,40 @@ { "id": 0, "areas": [ + { + "name": "fullscreen", + "rect": { + "x": 0, + "y": 0, + "w": 1920, + "h": 1080 + } + }, + { + "name": "normal.full", + "rect": { + "x": 0, + "y": 0, + "w": 1920, + "h": 1080 + } + }, + { + "name": "upper.left", + "rect": { + "x": 480, + "y": 450, + "w": 240, + "h": 180 + } + }, { "name": "hud.normal.full", "rect": { "x": 0, "y": 0, "w": 1920, - "h": 720 + "h": 1080 } }, { @@ -294,13 +339,13 @@ "rect": { "x": 0, "y": 0, - "w": 480, + "w": 240, "h": 180 } } ] } ] - }, + } ] }