| 134 | } |
| 135 | |
| 136 | txColorEntry* fxNewColorEntry(txLinker* linker, txSlot* property) |
| 137 | { |
| 138 | txColorEntry* result = fxNewLinkerChunkClear(linker, sizeof(txColorEntry)); |
| 139 | result->property = property; |
| 140 | return result; |
| 141 | } |
| 142 | |
| 143 | txColorTable* fxNewColorTable(txLinker* linker, txSlot* instance) |
| 144 | { |
no test coverage detected