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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/HomeScreen/src/layouthandler.h b/HomeScreen/src/layouthandler.h
index c9ca1bf..5763d44 100644
--- a/HomeScreen/src/layouthandler.h
+++ b/HomeScreen/src/layouthandler.h
@@ -17,7 +17,7 @@ public:
signals:
public slots:
- void makeMeVisible(int pid);
+ void makeMeVisible(int surfaceId);
void toggleFullscreen();
void setLayoutByName(QString layoutName);
@@ -25,9 +25,9 @@ private:
org::agl::windowmanager *mp_dBusWindowManagerProxy;
org::agl::popup *mp_dBusPopupProxy;
- QList<int> m_visibleApps;
- QList<int> m_invisibleApps;
- QList<int> m_requestsToBeVisibleApps;
+ QList<int> m_visibleSurfaces;
+ QList<int> m_invisibleSurfaces;
+ QList<int> m_requestsToBeVisibleSurfaces;
};