Hack to fix issue of switching apps
[staging/HomeScreen.git] / WindowManager / src / windowmanager.hpp
index 7358412..8c8f63c 100644 (file)
@@ -49,6 +49,9 @@ private:
     unsigned int m_screenWidth;
     unsigned int m_screenHeight;
 
+    int* m_showLayers;
+    int getLayerRenderOrder(t_ilm_layer id_array[]);
+
     void dumpScene();
 
 #ifdef HAVE_IVI_LAYERMANAGEMENT_API