Searched defs:targetDev (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Ddevice-manager.cpp570 Glib::RefPtr<InputDeviceImpl> targetDev; local
575 targetDev = *it;
581 || (targetDev && (targetDev->getLink() != id)) ) {
585 if ( targetDev ) {
598 if ( targetDev ) {
599 targetDev->setLink(id);
600 changedItems.push_back(targetDev);

Completed in 31 milliseconds