home · contact · privacy
Improved windows cleaning up: free win_meta, ncurses windows/pads.
[plomrogue] / src / windows.h
index a40835d9c591925b3d080b8747495c9b21a5c3ed..aedb30b12e44030d8e8b949ad9ac56521e13e6d1 100644 (file)
@@ -95,7 +95,7 @@ struct WinMeta
  * initialized 0, except for the virtual screen (height = that of the terminal
  * screen; width = 1) amd its frame sized to the size of the terminal screen.
  */
-extern uint8_t init_win_meta(WINDOW * screen, struct WinMeta * wmeta);
+extern uint8_t init_win_meta(WINDOW * screen, struct WinMeta ** wmeta);