]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- Raise console window on input. Fixes Carbon hang.
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 25 Apr 2001 22:07:42 +0000 (22:07 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 25 Apr 2001 22:07:42 +0000 (22:07 +0000)
Mac/Include/macbuildno.h
Mac/Include/macglue.h

index 392ec977a2ee701f037ea96a62fc6e14f26cf765..d3337c20195fe90419a885e0cafe083a0b774ca4 100644 (file)
@@ -1 +1 @@
-#define BUILD 90
+#define BUILD 92
index fa61709c89ad95ce8f309261b94f2c46ad0250aa..a9e074984c835790caa31a0012de249429d9131d 100644 (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 */