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.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wm_client.hpp b/src/wm_client.hpp
index e1ef75b..3af75af 100644
--- a/src/wm_client.hpp
+++ b/src/wm_client.hpp
@@ -52,8 +52,10 @@ class WMClient
bool removeSurfaceIfExist(unsigned surface);
bool removeRole(const std::string& role);
+#ifndef GTEST_ENABLED
bool subscribe(afb_req req, const std::string &event_name);
void emitError(WM_CLIENT_ERROR_EVENT ev);
+#endif
void dumpInfo();