Searched refs:enumlist (Results 1 – 1 of 1) sorted by relevance
85 static struct DirectFBEnumRect *enumlist = NULL; variable194 if (enumlist && enumlist->r.w == width && enumlist->r.h == height) in EnumModesCallback()206 enumrect->next = enumlist; in EnumModesCallback()208 enumlist = enumrect; in EnumModesCallback()441 for (i = 0, rect = enumlist; rect; ++i, rect = rect->next ) in DirectFB_VideoInit()1088 struct DirectFBEnumRect *rect = enumlist; in DirectFB_VideoQuit()1149 enumlist = NULL; in DirectFB_VideoQuit()