diff options
author | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-08-03 10:37:01 +0200 |
---|---|---|
committer | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-08-08 17:24:00 +0200 |
commit | 04c862b9957ea86959bd533cb1ac497ddb52759d (patch) | |
tree | 54a1e9d7718f340605727a08552d080037f1cc2e /layers.json | |
parent | ccd8c4d8957c4a561ae1d2d9a53525fe2a4e4329 (diff) |
app/api: add demo_activate_surface() api_binding
* Added "main_surface" entry to layers.json.
* This surface is never made invisible by activate_surface().
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'layers.json')
-rw-r--r-- | layers.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layers.json b/layers.json index f7cdfe5..0d31a5b 100644 --- a/layers.json +++ b/layers.json @@ -1,5 +1,10 @@ { "comment": "Surface ID to Layer ID mapping", + + "main_surface": { + "surface_id": "1000", + "comment": "This surface should never be made invisible (The HomeScreen)" + }, "mappings": [ { "type": "single", |