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

Skip to content

Commit 0130f0f

Browse files
committed
Added prototype for PyMac_RestoreMenuBar
1 parent 3368cb7 commit 0130f0f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Mac/Include/macglue.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ PyObject *PyMac_Error(OSErr); /* Uses PyMac_GetOSErrException */
7979
void PyMac_HandleEvent Py_PROTO((EventRecord *, int)); /* Handle one event, if possible */
8080

8181
void PyMac_InitMenuBar(void); /* Setup menu bar as we want it */
82+
void PyMac_RestoreMenuBar(void); /* Restore menu bar for ease of exiting */
8283

8384
int PyMac_FindResourceModule(char *, char *); /* Test for 'PYC ' resource in a file */
8485
PyObject * PyMac_LoadResourceModule(char *, char *); /* Load 'PYC ' resource from file */

0 commit comments

Comments
 (0)