90180dcaf786d41e1ca5596c0fa9f82cb0538b42
[AGL/meta-agl-demo.git] / recipes-demo / cluster-windowmanager-conf / cluster-windowmanager-conf / areas.json
1 {
2     "areas": [
3         {
4             "name": "fullscreen",
5             "rect": {
6                 "x": 0,
7                 "y": 0,
8                 "w": 1920,
9                 "h": 1080
10             }
11         },
12         {
13             "name": "normal.full",
14             "rect": {
15                 "x": 640,
16                 "y": 180,
17                 "w": 640,
18                 "h": 720
19             }
20         },
21         {
22             "name": "restriction.normal",
23             "rect": {
24                 "x": 640,
25                 "y": 180,
26                 "w": 640,
27                 "h": 720
28             }
29         },
30         {
31             "name": "on_screen",
32             "rect": {
33                 "x": 640,
34                 "y": 180,
35                 "w": 640,
36                 "h": 720
37             }
38         }
39     ]
40 }