Regenerated

This commit is contained in:
Jack Jansen 1996-08-02 11:24:34 +00:00
parent 84c21a803e
commit d84e7aaf00
10 changed files with 0 additions and 30 deletions

View file

@ -40,9 +40,6 @@ extern int GrafObj_Convert(PyObject *, GrafPtr *);
extern PyObject *BMObj_New(BitMapPtr);
extern int BMObj_Convert(PyObject *, BitMapPtr *);
extern PyObject *PMObj_New(PixMapHandle);
extern int PMObj_Convert(PyObject *, PixMapHandle *);
extern PyObject *WinObj_WhichWindow(WindowPtr);
#include <AppleEvents.h>