Searched refs:lastName (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Ddesktop-events.cpp621 static std::string lastName; variable
723 if ( lastType != source || lastName != name ) {
725 //g_message("Changed device %s -> %s", lastName.c_str(), name.c_str());
726 std::map<std::string, int>::iterator it = toolToUse.find(lastName);
738 lastName = name;

Completed in 21 milliseconds