From: Bocklage, Jens Date: Wed, 23 Nov 2016 12:06:44 +0000 (+0100) Subject: Use 4 layer instead of 3 X-Git-Tag: v0.6.3~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=commitdiff_plain;h=fd8ae4afd0d9ad1ca5b87ea5d591e492946d69c5 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 --- 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