mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
- Raise console window on input. Fixes Carbon hang.
This commit is contained in:
parent
15f1c08d96
commit
b4b27bec0e
2 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
|||
#define BUILD 90
|
||||
#define BUILD 92
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue