aboutsummaryrefslogtreecommitdiffstats
path: root/libhomescreen/include/libhomescreen.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libhomescreen/include/libhomescreen.hpp')
-rw-r--r--libhomescreen/include/libhomescreen.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libhomescreen/include/libhomescreen.hpp b/libhomescreen/include/libhomescreen.hpp
index 841196b..6baa805 100644
--- a/libhomescreen/include/libhomescreen.hpp
+++ b/libhomescreen/include/libhomescreen.hpp
@@ -1,7 +1,7 @@
#ifndef LIBHOMESCREEN_HPP
#define LIBHOMESCREEN_HPP
-#include <list>
+#include <vector>
// forward declarations
struct _LibHomeScreenHomescreen;
@@ -22,7 +22,7 @@ public:
~LibHomeScreen();
// these are representing the D-Bus methods:
- std::list<int> getAllSurfacesOfProcess(int pid);
+ std::vector<int> getAllSurfacesOfProcess(int pid);
int getSurfaceStatus(int surfaceId);
void hardKeyPressed(int key);
void renderSurfaceToArea(int surfaceId, int layoutArea);