From 04c862b9957ea86959bd533cb1ac497ddb52759d Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Thu, 3 Aug 2017 10:37:01 +0200 Subject: 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 --- src/layers.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/layers.hpp') diff --git a/src/layers.hpp b/src/layers.hpp index a6df4a0..a02eb00 100644 --- a/src/layers.hpp +++ b/src/layers.hpp @@ -68,6 +68,7 @@ struct layer_map { storage_type mapping; layers_type layers; + int main_surface; optional get_layer_id(int surface_id); optional get_layer_rect(int surface_id); -- cgit 1.2.3-korg