Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 276610
Collapse All | Expand All

(-)xf86-input-magellan-1.2.0/src/magellan.c.orig (-2 / +2 lines)
Lines 364-371 Link Here
364
      return !Success;
364
      return !Success;
365
    }
365
    }
366
366
367
  if (InitValuatorClassDeviceStruct (dev, 6, xf86GetMotionEvents,
367
  if (InitValuatorClassDeviceStruct (dev, 6, pInfo->history_size, 
368
				     pInfo->history_size, Absolute) == FALSE)
368
  						Absolute) == FALSE)
369
    {
369
    {
370
      ErrorF ("Unable to allocate MAGELLAN ValuatorClassDeviceStruct\n");
370
      ErrorF ("Unable to allocate MAGELLAN ValuatorClassDeviceStruct\n");
371
      return !Success;
371
      return !Success;

Return to bug 276610