app/main: dispatch wayland events using ping(), WIP on split layout
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>
Tue, 12 Sep 2017 09:29:27 +0000 (11:29 +0200)
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>
Tue, 12 Sep 2017 09:29:27 +0000 (11:29 +0200)
commit793166f301c058503c37553204c4d4c2b106ff23
treeb83acb7446554328e9d070681ea7ac0a8def45b9
parent6b648180458e9625e1f700962537c3d4e501f6cc
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>
layers.json
src/app.cpp
src/app.hpp
src/main.cpp