aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/src/layouthandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreen/src/layouthandler.h')
-rw-r--r--HomeScreen/src/layouthandler.h4
1 files changed, 2 insertions, 2 deletions
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<int> requestGetAllSurfacesOfProcess(int pid);
+ // QList<int> requestGetAllSurfacesOfProcess(int pid);
int requestGetSurfaceStatus(int surfaceId);
void requestRenderSurfaceToArea(int surfaceId, int layoutArea);
bool requestRenderSurfaceToAreaAllowed(int surfaceId, int layoutArea);