Guard dispatch using a mutex, remove dipatch() timeout parameter
[staging/windowmanager.git] / AFBClient.h
index 6625c44..b1694b8 100644 (file)
@@ -3,12 +3,9 @@
 
 #include <functional>
 
-extern "C"
-{
-   struct json_object;
-   struct afb_wsj1;
-   struct sd_event;
-}
+struct json_object;
+struct afb_wsj1;
+struct sd_event;
 
 class AFBClient
 {
@@ -31,7 +28,7 @@ public:
     static AFBClient &instance();
 
     int init(int port, char const *token);
-    int dispatch(uint64_t timeout);
+    int dispatch();
 
     // WM API
     int requestSurface(const char *label);