ui/common/types.c

changeset 1065
cb3c1fcecaa0
parent 1058
92592a640fe3
equal deleted inserted replaced
1064:f415387fff6f 1065:cb3c1fcecaa0
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->setselection = from->setselection;
681 to->selection = from->selection; 682 to->selection = from->selection;
682 to->length = from->length; 683 to->length = from->length;
683 to->remove = from->remove; 684 to->remove = from->remove;
684 to->restore = from->restore; 685 to->restore = from->restore;
685 to->save = from->save; 686 to->save = from->save;

mercurial