February 10, 200719 yr I noticed in the .h file:#define GET_FAILED(element) (element->image_flags & GAUGE_FAILURE)#define SET_GAUGE_FAILED(element) (element->image_flags |= GAUGE_FAILURE)#define SET_GAUGE_NOT_FAILED(element) (element->image_flags &= ~GAUGE_FAILURE)
Create an account or sign in to comment