diff options
author | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-14 12:12:08 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-02-18 14:59:10 +0000 |
commit | 53a00aaf417c666914c0dfee9d2feab2c2f05390 (patch) | |
tree | 2f59e089e018044fc97f803f3e5c15d78aa3009a /meta-agl-profile-graphical-html5/recipes-apis/agl-service-windowmanager/files | |
parent | 85ab021c7e88fd044c447572771d969dcfe95272 (diff) |
Use landscape layout by default on HTML5 imageicefish_9.0.0icefish/9.0.09.0.0
This also workarounds an issue when starting the homescreen
in portrait mode by default.
Bug-AGL: SPEC-3181
Change-Id: Ia84baab19c13c8484f681c8218a406e836dd08b0
Signed-off-by: Lorenzo Tilve <ltilve@igalia.com>
(cherry picked from commit 59bd63d58261d55bba95e1e243b670c4670f91b1)
Diffstat (limited to 'meta-agl-profile-graphical-html5/recipes-apis/agl-service-windowmanager/files')
-rw-r--r-- | meta-agl-profile-graphical-html5/recipes-apis/agl-service-windowmanager/files/areas.horizontal.json | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/meta-agl-profile-graphical-html5/recipes-apis/agl-service-windowmanager/files/areas.horizontal.json b/meta-agl-profile-graphical-html5/recipes-apis/agl-service-windowmanager/files/areas.horizontal.json new file mode 100644 index 00000000..4b6f0c39 --- /dev/null +++ b/meta-agl-profile-graphical-html5/recipes-apis/agl-service-windowmanager/files/areas.horizontal.json @@ -0,0 +1,94 @@ +{ + "areas": [ + { + "name": "fullscreen", + "rect": { + "x": 0, + "y": 0, + "w": 1920, + "h": 1080 + } + }, + { + "name": "normal.full", + "rect": { + "x": 218, + "y": 0, + "w": 1702, + "h": 1080 + } + }, + { + "name": "split.main", + "rect": { + "x": 218, + "y": 0, + "w": 744, + "h": 1080 + } + }, + { + "name": "split.sub", + "rect": { + "x": 962, + "y": 0, + "w": 744, + "h": 1080 + } + }, + { + "name": "software_keyboard", + "rect": { + "x": 962, + "y": 0, + "w": 744, + "h": 1080 + } + }, + { + "name": "restriction.normal", + "rect": { + "x": 218, + "y": 0, + "w": 1488, + "h": 1080 + } + }, + { + "name": "restriction.split.main", + "rect": { + "x": 218, + "y": 0, + "w": 744, + "h": 1080 + } + }, + { + "name": "restriction.split.sub", + "rect": { + "x": 962, + "y": 0, + "w": 744, + "h": 1080 + } + }, + { + "name": "on_screen", + "rect": { + "x": 218, + "y": 0, + "w": 1488, + "h": 1080 + } + }, + { + "name": "remote.fullscreen", + "rect": { + "x": 0, + "y": 0, + "w": 720, + "h": 640 + } + } + ] +} |