aboutsummaryrefslogtreecommitdiffstats
path: root/src/wm_client.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wm_client.hpp')
-rw-r--r--src/wm_client.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wm_client.hpp b/src/wm_client.hpp
index 7c6c0b4..5342b76 100644
--- a/src/wm_client.hpp
+++ b/src/wm_client.hpp
@@ -20,6 +20,7 @@
#include <vector>
#include <string>
#include <unordered_map>
+#include "wm_error.hpp"
extern "C"
{
@@ -58,7 +59,7 @@ class WMClient
void setRole(const std::string& role);
void appendRole(const std::string& role);
//bool addSurface(const std::string& role, unsigned surface);
- bool addSurface(unsigned surface);
+ WMError addSurface(unsigned surface);
bool removeSurfaceIfExist(unsigned surface);
bool removeRole(const std::string& role);