Searched refs:icondirs (Results 1 – 1 of 1) sorted by relevance
757 struct icondir *icondirs; in define_cursor() local777 icondirs = (struct icondir *) xmalloc (count * sizeof *icondirs); in define_cursor()781 icondirs[i].width = getc (e); in define_cursor()782 icondirs[i].height = getc (e); in define_cursor()783 icondirs[i].colorcount = getc (e); in define_cursor()785 icondirs[i].u.cursor.xhotspot = get_word (e, real_filename); in define_cursor()786 icondirs[i].u.cursor.yhotspot = get_word (e, real_filename); in define_cursor()787 icondirs[i].bytes = get_long (e, real_filename); in define_cursor()788 icondirs[i].offset = get_long (e, real_filename); in define_cursor()804 if (fseek (e, icondirs[i].offset, SEEK_SET) != 0) in define_cursor()[all …]