ui/common/types.c

changeset 1067
4243fcc0aa5c
parent 1065
cb3c1fcecaa0
equal deleted inserted replaced
1066:afe02792303d 1067:4243fcc0aa5c
676 to->set = from->set; 676 to->set = from->set;
677 to->getsubstr = from->getsubstr; 677 to->getsubstr = from->getsubstr;
678 to->insert = from->insert; 678 to->insert = from->insert;
679 to->setposition = from->setposition; 679 to->setposition = from->setposition;
680 to->position = from->position; 680 to->position = from->position;
681 to->showposition = from->showposition;
681 to->setselection = from->setselection; 682 to->setselection = from->setselection;
682 to->selection = from->selection; 683 to->selection = from->selection;
683 to->length = from->length; 684 to->length = from->length;
684 to->remove = from->remove; 685 to->remove = from->remove;
685 to->restore = from->restore; 686 to->restore = from->restore;

mercurial