Lines Matching defs:new_src
886 image_win_type *new_src;
888 if ((new_src = malloc(sizeof(image_win_type))) == NULL)
891 new_src->win = w;
892 new_src->x_rootrel = xrr;
893 new_src->y_rootrel = yrr;
894 new_src->x_vis = x_vis;
895 new_src->y_vis = y_vis;
896 new_src->width = width;
897 new_src->height = height;
898 new_src->border_width = border_width;
899 new_src->vis = vis;
900 new_src->cmap = cmap;
901 new_src->parent = parent;
902 add_to_list(image_wins, new_src);