Hi,

Newbie here trying to setup spice on Fedora 15 (64bit) with Eclipse CDT (8.0.1 
Indigo)

Using the following versions of spice and spice-protocol -
spice-0.9.1
spice-protocol-0.9.0


For some reason I have 3rd parameter in SPICE_CONTAINEROF undefined - "base"

server/inputs_channel.c
void inputs_set_tablet_logical_size(int x_res, int y_res)
{
    SpiceTabletInterface *sif;

    sif = SPICE_CONTAINEROF(tablet->base.sif, SpiceTabletInterface, base);
    sif->set_logical_size(tablet, x_res, y_res);
}

Was there some header file I missed? 

thanks!
Ming
_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to