[comp.sys.mac] Bug

shap@sfsup.UUCP (J.S.Shapiro) (12/28/87)

The following is a bug in the color quickdraw part of
Manx windows.h header: the definition for CWindowRecord
is missing.

To build one, take the definition for WindowRecord,
add appropriate 'C's, and change the GrafPort entry
to a CGrafPort. Be sure to do this within the __ALLNU__
defines.

This isn't critical, as the size of a WindowRecord and
a CWindowRecord are the same, but I am pedantic about
wanting my compiler to catch bd field references, and
there are some differences in positions between the
CGrafPort and the GrafPort definitions.