MCPcopy Create free account
hub / github.com/NetHack/NetHack / ExtNewWindow

Class ExtNewWindow

include/winami.h:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected