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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/HomeScreen/src/layouthandler.h b/HomeScreen/src/layouthandler.h
index e51930b..54290ac 100644
--- a/HomeScreen/src/layouthandler.h
+++ b/HomeScreen/src/layouthandler.h
@@ -30,6 +30,12 @@ public slots:
void requestSurfaceIdToFullScreen(int surfaceId);
void setLayoutByName(QString layoutName);
+ // this will receive the surfaceVisibilityChanged signal of the windowmanager
+ void requestSurfaceVisibilityChanged(int surfaceId, bool visible);
+
+Q_SIGNALS: // SIGNALS
+ void surfaceVisibilityChanged(int surfaceId, bool visible);
+
protected:
void timerEvent(QTimerEvent *e);
private: