> I see that in the below files there is "Status s;" or "Status status;". > Status is declared in Xlib.h as an int. > But on those contexts it should be GpStatus and not Status. > GpStatus is an enum so using Status compiles anyway. > But I think GpStatus is more correct. Good point; I have made these changes.