- Raise console window on input. Fixes Carbon hang.

This commit is contained in:
Jack Jansen 2001-04-25 22:07:42 +00:00
parent 15f1c08d96
commit b4b27bec0e
2 changed files with 2 additions and 1 deletions

View file

@ -1 +1 @@
#define BUILD 90
#define BUILD 92

View file

@ -76,6 +76,7 @@ int PyMac_SetEventHandler(PyObject *); /* set python-coded event handler */
void PyMac_InitMenuBar(void); /* Setup menu bar as we want it */
void PyMac_RestoreMenuBar(void); /* Restore menu bar for ease of exiting */
void PyMac_RaiseConsoleWindow(); /* Bring console window to front, if it exists */
int PyMac_FindResourceModule(PyStringObject *, char *, char *); /* Test for 'PYC ' resource in a file */
PyObject * PyMac_LoadResourceModule(char *, char *); /* Load 'PYC ' resource from file */