[Mono-dev] libgdiplus: Status instead of GpStatus

mono at armbox.net mono at armbox.net
Wed Jul 28 17:09:35 EDT 2010


Hi,

I'm using libgdiplus-2.6.7.

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.

graphics-path.c
1355
1376
1401
1791

graphics.c
624
2087

image.c
1554
1609

Andrea


More information about the Mono-devel-list mailing list