Henri Verbeet hverbeet@gmail.com writes:
2009/2/14 Stefan Dösinger stefan@codeweavers.com:
- SRGB_DONTKNOW = 0, /* Uses the cached value(e.g. external calls) */
SRGB_ANY or SRGB_EITHER is probably a nicer name. Do the enum elements need explicit values? You can probably drop the typedef as well, I don't think it adds anything useful.
SRGB_FALSE and SRGB_TRUE aren't very good names either for an enum with 4 values...