Path: utzoo!mnetor!uunet!husc6!cmcl2!rutgers!bellcore!faline!ulysses!sfmag!sfsup!shap From: shap@sfsup.UUCP (J.S.Shapiro) Newsgroups: comp.sys.mac Subject: Bug (and fix) in Manx 3.40 header files Message-ID: <2538@sfsup.UUCP> Date: 27 Dec 87 20:03:26 GMT Organization: AT&T-IS, Summit N.J. USA Lines: 14 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.