Hi, On 31 October 2011 07:17, <juan.j.zhao at intel.com> wrote: > + if((struct wl_interface *) > + (((struct wl_object *)surface_resource)->interface)->name > + !="wl_surface") This is, er, not how you perform string comparison in C. Cheers, Daniel