Mac Carbon updates

This commit is contained in:
kmhugo
2003-12-10 19:36:49 +00:00
parent 0dc3c43a8d
commit a744b6b5bf
4 changed files with 1356 additions and 742 deletions

View File

@@ -456,14 +456,12 @@ display_gamewindows()
WIN_INVEN = create_nhwindow(NHW_MENU);
#ifdef MAC
/*
* This _is_ the right place for this - maybe we will
/* This _is_ the right place for this - maybe we will
* have to split display_gamewindows into create_gamewindows
* and show_gamewindows to get rid of this ifdef...
*/
if ( ! strcmp ( windowprocs . name , "mac" ) ) {
SanePositions ( ) ;
}
if (!strcmp(windowprocs. name, "mac"))
SanePositions();
#endif
/*