Fix for pid and surface handling.
[staging/HomeScreen.git] / HomeScreen / src / layouthandler.h
index 5763d44..cc4b7ab 100644 (file)
@@ -17,8 +17,10 @@ public:
 signals:
 
 public slots:
-    void makeMeVisible(int surfaceId);
-    void toggleFullscreen();
+    void makeMeVisible(int pid);
+
+    void requestRenderSurfaceToArea(int surfaceId, const QRect &renderArea);
+    void requestSurfaceIdToFullScreen(int surfaceId);
     void setLayoutByName(QString layoutName);
 
 private: