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

/inkscape/src/
H A Ddevice-manager.cpp42 static std::vector<GdkDeviceFake> fakeList; variable
47 for (std::vector<GdkDeviceFake>::iterator it = fakeList.begin(); it != fakeList.end() && valid; ++it) {
338 if (fakeList.empty()) {
341 //devList = fakeList;
640 if (fakeList.empty()) {
641 fakeList.resize(5);
642 fakeList[0].name = "pad";
643 fakeList[0].source = Gdk::SOURCE_PEN;
644 fakeList[
[all...]

Completed in 16 milliseconds