Use 4 layer instead of 3
authorBocklage, Jens <Jens_Bocklage@mentor.com>
Wed, 23 Nov 2016 12:06:44 +0000 (13:06 +0100)
committerBocklage, Jens <Jens_Bocklage@mentor.com>
Wed, 23 Nov 2016 12:06:44 +0000 (13:06 +0100)
This fixes a typo where only three of the available four layers were
shown on the screen.

Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
WindowManager/src/windowmanager.cpp

index 047734f..65ad5cf 100644 (file)
@@ -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