-Make the SampleNav app yellow.
[staging/HomeScreen.git] / SampleHomeScreenInterfaceApp / src / sampleclass.hpp
index acffcf6..f5a5d13 100644 (file)
@@ -2,6 +2,7 @@
 #define SAMPLECLASS_HPP
 
 #include "libhomescreen.hpp"
+#include <list>
 
 class SampleClass
 {
@@ -9,7 +10,9 @@ public:
     SampleClass();
     ~SampleClass();
 
+    std::list<int> getAllSurfacesOfProcess(int pid);
     sRectangle getLayoutRenderAreaForSurfaceId(int surfaceId);
+    int getSurfaceStatus(int surfaceId);
     void hardKeyPressed(int key);
     void renderSurfaceToArea(int surfaceId, const sRectangle &renderArea);
     void requestSurfaceIdToFullScreen(int surfaceId);