| 60 | struct Window *win; /* Intuition window pointer */ |
| 61 | #ifdef INTUI_NEW_LOOK |
| 62 | struct ExtNewWindow *newwin; /* NewWindow alloc'd */ |
| 63 | #else |
| 64 | struct NewWindow *newwin; /* ExtNewWindow alloc'd */ |
| 65 | #endif |
nothing calls this directly
no outgoing calls
no test coverage detected