ui/common/context.c

branch
newapi
changeset 249
4df7c366cff7
parent 247
4b21af9d8c5a
equal deleted inserted replaced
248:22257f5f4019 249:4df7c366cff7
319 UiList *f = from->value; 319 UiList *f = from->value;
320 UiList *t = to->value; 320 UiList *t = to->value;
321 if (f->obj) { 321 if (f->obj) {
322 t->obj = f->obj; 322 t->obj = f->obj;
323 t->update = f->update; 323 t->update = f->update;
324 t->getselection = f->getselection;
324 } 325 }
325 326
326 UiVar tmp = *from; 327 UiVar tmp = *from;
327 *from = *to; 328 *from = *to;
328 *to = tmp; 329 *to = tmp;

mercurial