X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2Fwindowmanager.git;a=blobdiff_plain;f=AFBClient.h;h=b1694b87fe50f1c8e6c2d5cc5ee5897c1488a44f;hp=6625c445ca977c3c6b9bfbbec499e448b68fbd76;hb=b4cf01ec167f17c5df96906741fb4c6690ed9164;hpb=49fe14f956c0bef44c047b7d6fc98412abaedace diff --git a/AFBClient.h b/AFBClient.h index 6625c44..b1694b8 100644 --- a/AFBClient.h +++ b/AFBClient.h @@ -3,12 +3,9 @@ #include -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);