Add org.agl.homescreen function renderSurfaceToAreaAllowed.
[staging/HomeScreen.git] / libhomescreen / include / libhomescreen.hpp
index f88b35f..6ec843f 100644 (file)
@@ -26,10 +26,11 @@ public:
     int getSurfaceStatus(int surfaceId);
     void hardKeyPressed(int key);
     void renderSurfaceToArea(int surfaceId, int layoutArea);
+    bool renderSurfaceToAreaAllowed(int surfaceId, int layoutArea);
     void requestSurfaceIdToFullScreen(int surfaceId);
-
 private:
     LibHomeScreenHomescreen *mp_libHomeScreenHomescreen_Proxy;
 };
 
 #endif // LIBHOMESCREEN_HPP
+