[Spice-devel] inputs_channel.c undefined variable
Mizon Tsai
twkid at yahoo.com
Sun Oct 16 15:59:44 PDT 2011
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20111016/3aea5e7b/attachment.html>
More information about the Spice-devel
mailing list