From fd8ae4afd0d9ad1ca5b87ea5d591e492946d69c5 Mon Sep 17 00:00:00 2001 From: "Bocklage, Jens" Date: Wed, 23 Nov 2016 13:06:44 +0100 Subject: [PATCH] Use 4 layer instead of 3 This fixes a typo where only three of the available four layers were shown on the screen. Signed-off-by: Bocklage, Jens --- WindowManager/src/windowmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WindowManager/src/windowmanager.cpp b/WindowManager/src/windowmanager.cpp index 047734f..65ad5cf 100644 --- a/WindowManager/src/windowmanager.cpp +++ b/WindowManager/src/windowmanager.cpp @@ -32,7 +32,7 @@ #define WINDOWMANAGER_LAYER_APPLICATIONS 102 #define WINDOWMANAGER_LAYER_HOMESCREEN 103 -#define WINDOWMANAGER_LAYER_NUM 3 +#define WINDOWMANAGER_LAYER_NUM 4 // the HomeScreen app has to have the surface id 1000 #define WINDOWMANAGER_HOMESCREEN_MAIN_SURFACE_ID 1000 -- 2.16.6