Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 135fb71

Browse files
committed
BitMap object support
1 parent 93fa45c commit 135fb71

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Tools/bgen/bgen/macsupport.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ def errorCheck(self, name):
119119
extern PyObject *GrafObj_New(GrafPtr);
120120
extern int GrafObj_Convert(PyObject *, GrafPtr *);
121121
122+
extern PyObject *BMObj_New(BitMapPtr);
123+
extern int BMObj_Convert(PyObject *, BitMapPtr *);
124+
122125
extern PyObject *WinObj_WhichWindow(WindowPtr);
123126
"""
124127

0 commit comments

Comments
 (0)