Change HomeScreen API function renderSurfaceToAreaAllowed to renderAppToAreaAllowed.
[staging/HomeScreen.git] / libhomescreen / include / libhomescreen.hpp
index 6ec843f..841196b 100644 (file)
@@ -26,7 +26,7 @@ public:
     int getSurfaceStatus(int surfaceId);
     void hardKeyPressed(int key);
     void renderSurfaceToArea(int surfaceId, int layoutArea);
-    bool renderSurfaceToAreaAllowed(int surfaceId, int layoutArea);
+    bool renderAppToAreaAllowed(int appCategory, int layoutArea);
     void requestSurfaceIdToFullScreen(int surfaceId);
 private:
     LibHomeScreenHomescreen *mp_libHomeScreenHomescreen_Proxy;