aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBocklage, Jens <Jens_Bocklage@mentor.com>2016-11-23 13:06:44 +0100
committerBocklage, Jens <Jens_Bocklage@mentor.com>2016-11-23 13:06:44 +0100
commitfd8ae4afd0d9ad1ca5b87ea5d591e492946d69c5 (patch)
tree9ddc5a02c25aedae802f0f20b6f99ae2be971040
parentffad9fd5bed339b7ae3bd8086f1c90ce1b6dc69b (diff)
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 <Jens_Bocklage@mentor.com>
-rw-r--r--WindowManager/src/windowmanager.cpp2
1 files changed, 1 insertions, 1 deletions
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