allow building without xinput again

This commit is contained in:
Campbell Barton 2012-01-18 22:32:33 +00:00
parent 831b27791d
commit 361ffc5784

@ -422,6 +422,8 @@ processEvents(
return anyProcessed;
}
#ifdef WITH_X11_XINPUT
/* set currently using tablet mode (stylus or eraser) depending on device ID */
static void setTabletMode(GHOST_WindowX11 * window, XID deviceid)
{
@ -430,6 +432,7 @@ static void setTabletMode(GHOST_WindowX11 * window, XID deviceid)
else if(deviceid == window->GetXTablet().EraserID)
window->GetXTablet().CommonData.Active= GHOST_kTabletModeEraser;
}
#endif /* WITH_X11_XINPUT */
void
GHOST_SystemX11::processEvent(XEvent *xe)