X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreen%2Fsrc%2Flayouthandler.h;fp=HomeScreen%2Fsrc%2Flayouthandler.h;h=e3c0246884f9aa61816f85f4928c7256c631f21b;hb=57e18aeaf2a9ae292af7559580f8154527fc04f5;hp=9ca0a9f8c1c9393222c3c85b38d2345963506231;hpb=b9f0e1049e70e9553a752d13de5d4023e85cc662;p=staging%2FHomeScreen.git diff --git a/HomeScreen/src/layouthandler.h b/HomeScreen/src/layouthandler.h index 9ca0a9f..e3c0246 100644 --- a/HomeScreen/src/layouthandler.h +++ b/HomeScreen/src/layouthandler.h @@ -15,13 +15,13 @@ public: signals: public slots: - void showAppLayer(); + void showAppLayer(int pid); void hideAppLayer(); void makeMeVisible(int pid); private: void checkToDoQueue(); public slots: - QList requestGetAllSurfacesOfProcess(int pid); + // QList requestGetAllSurfacesOfProcess(int pid); int requestGetSurfaceStatus(int surfaceId); void requestRenderSurfaceToArea(int surfaceId, int layoutArea); bool requestRenderSurfaceToAreaAllowed(int surfaceId, int layoutArea);