Fix for pid and surface handling.
[staging/HomeScreen.git] / WindowManager / src / windowmanager.hpp
index fce5937..6c11760 100644 (file)
@@ -93,6 +93,7 @@ public: // PROPERTIES
 public Q_SLOTS: // METHODS
     int addLayout(int layoutId, const QString &layoutName, const QList<LayoutArea> &surfaceAreas);
     QList<Layout> getAllLayouts();
+    QList<int> getAllSurfacesOfProcess(int pid);
     QList<int> getAvailableLayouts(int numberOfAppSurfaces);
     QList<int> getAvailableSurfaces();
     QString getLayoutName(int layoutId);