From 793166f301c058503c37553204c4d4c2b106ff23 Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Tue, 12 Sep 2017 11:29:27 +0200 Subject: 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 --- layers.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'layers.json') 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 } ] }, -- cgit 1.2.3-korg