25 Jan
2008
25 Jan
'08
12:24 p.m.
Randall Wood wrote:
The usual workaround is to #define Cursor to something else, so that it won't conflict with the legacy Mac OS headers... Don't forget that under certain conditions GTK will be compiled to run in the Aqua environment and not in X11.
Right, but most likely that code won't include X11 then ? :-) Seriously, this was for the X11 code path - not for Aqua... So it undefined the symbol again, after potentially using it. --anders