Lines Matching refs:res_info
50 static void AddResource ( ResourceInfo * res_info,
624 switch((int) info->res_info[i].res_type) {
627 AddResource(info->res_info + i, normal++);
631 AddResource(info->res_info + i, resources->constraint--);
637 info->res_info[i].res_type);
678 * Arguments: res_info - the resource info from the event.
684 AddResource(ResourceInfo *res_info, WidgetResourceInfo *resource)
686 resource->name = res_info->name;
687 res_info->name = NULL; /* Keeps it from being deallocated. */
688 resource->class = res_info->class;
689 res_info->class = NULL; /* Keeps it from being deallocated. */
690 resource->type = res_info->type;
691 res_info->type = NULL; /* Keeps it from being deallocated. */