summaryrefslogtreecommitdiffstats
path: root/layers.json
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-12 11:29:27 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-12 11:29:27 +0200
commit793166f301c058503c37553204c4d4c2b106ff23 (patch)
treeb83acb7446554328e9d070681ea7ac0a8def45b9 /layers.json
parent6b648180458e9625e1f700962537c3d4e501f6cc (diff)
app/main: dispatch wayland events using ping(), WIP on split layout
* Dispatch ayland events with ping() API call, after having read events from wayland fd - in order to prevent indefinite-poll on wrongly read+ dispatch from multiple threads (dispatcher and API call). * Add scope trace to all API call thunks. * Split layout advancements, still broken AF though. * Add App1 example split layout to App layer. Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'layers.json')
-rw-r--r--layers.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/layers.json b/layers.json
index d452971..0d5a817 100644
--- a/layers.json
+++ b/layers.json
@@ -47,6 +47,12 @@
"main_match": "^App Navi Map",
"sub_match": "^App Navi Guidance",
"priority": 1000
+ },
+ {
+ "name": "App1 example",
+ "main_match": "^App1",
+ "sub_match": ".*",
+ "priority": 1000
}
]
},