Lines Matching defs:spice_pointer
299 XSpicePointer *spice_pointer = container_of(sin, XSpicePointer, tablet);
307 spice_pointer->width = width;
308 spice_pointer->height = height;
394 XSpicePointer *spice_pointer;
396 g_xspice_pointer = spice_pointer = calloc(sizeof(*spice_pointer), 1);
397 spice_pointer->mouse.base.sif = &mouse_interface.base;
398 spice_pointer->tablet.base.sif = &tablet_interface.base;
399 spice_pointer->absolute = TRUE;
400 spice_pointer->pInfo = pInfo;
408 spice_server_add_interface(xspice_get_spice_server(), &spice_pointer->tablet.base);