Searched refs:_XColorEntry (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/terminal/
H A DColors.h72 struct _XColorEntry { struct in class:XColorsTable
86 const _XColorEntry* fTable;
H A DColors.cpp148 fTable = (_XColorEntry*)res->LoadResource(B_RAW_TYPE, "XColorsTable", &size);
149 if (fTable == NULL || size < sizeof(_XColorEntry)) {
154 fCount = size / sizeof(_XColorEntry);

Completed in 30 milliseconds