Initialize the pd/lb_access handler
authorSung-jae Park <nicesj.park@samsung.com>
Thu, 24 Jan 2013 13:52:03 +0000 (13:52 +0000)
committerSung-jae Park <nicesj.park@samsung.com>
Thu, 24 Jan 2013 13:52:03 +0000 (13:52 +0000)
Change-Id: Id8b73ce4d096c83c8af870a63a948d348f6330c7

src/client.c

index 0656b2d..9d3db57 100644 (file)
@@ -330,6 +330,8 @@ HAPI int client_init(const char *name)
                .pd_destroy = method_pd_destroyed,
                .lb_pause = method_lb_pause,
                .lb_resume = method_lb_resume,
+               .pd_access = NULL,
+               .lb_access = NULL,
        };
 
        return provider_init(ecore_x_display_get(), name, &table, NULL);