X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=AFBClient.h;h=c816e97f901579d438605ea2381fa323650510bd;hb=bd5fbcc6a43098dd28ff0b44ab8ca8a8a724d3b0;hp=3961bafb7d7f4d6e9865193da4cdf1774026c7fe;hpb=329592dddc1737071547075bd9df0bc9f9643ee3;p=staging%2Fwindowmanager.git diff --git a/AFBClient.h b/AFBClient.h index 3961baf..c816e97 100644 --- a/AFBClient.h +++ b/AFBClient.h @@ -31,6 +31,7 @@ public: void activateSurface(const char *label); void deactivateSurface(const char *label); void endDraw(const char *label); + int dispatch(); static void onCall(void *closure, const char *api, const char *verb, struct afb_wsj1_msg *msg); static void onEvent(void *closure, const char *event, struct afb_wsj1_msg *msg);