Searched refs:_FWLCOLOR (Results 1 – 1 of 1) sorted by relevance
27 typedef struct _FWLCOLOR { struct38 _FWLCOLOR() { color = 0; } in _FWLCOLOR() argument39 _FWLCOLOR(FX_DWORD c) { color = c; } in _FWLCOLOR() function40 _FWLCOLOR(const _FWLCOLOR& c) { color = c.color; } in _FWLCOLOR() function42 bool operator==(const _FWLCOLOR& frColor) { return color == frColor.color; }