X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=blobdiff_plain;f=libhomescreen%2Finclude%2Flibhomescreen.hpp;h=841196b88d4c8d20c9d3262a55b605faed2512fb;hp=6ec843fc5c536f854d6fe55b622957b0976c4d73;hb=ddc321fd87ca162d7d0de595976ebc01f8b664e0;hpb=65f6210462dbc20f5690d27e834db1bd9f324d9c diff --git a/libhomescreen/include/libhomescreen.hpp b/libhomescreen/include/libhomescreen.hpp index 6ec843f..841196b 100644 --- a/libhomescreen/include/libhomescreen.hpp +++ b/libhomescreen/include/libhomescreen.hpp @@ -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;