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

Skip to content

Commit b4b27be

Browse files
committed
- Raise console window on input. Fixes Carbon hang.
1 parent 15f1c08 commit b4b27be

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Mac/Include/macbuildno.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define BUILD 90
1+
#define BUILD 92

Mac/Include/macglue.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ int PyMac_SetEventHandler(PyObject *); /* set python-coded event handler */
7676

7777
void PyMac_InitMenuBar(void); /* Setup menu bar as we want it */
7878
void PyMac_RestoreMenuBar(void); /* Restore menu bar for ease of exiting */
79+
void PyMac_RaiseConsoleWindow(); /* Bring console window to front, if it exists */
7980

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

0 commit comments

Comments
 (0)