X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fwindows.h;h=aedb30b12e44030d8e8b949ad9ac56521e13e6d1;hb=e6a78faa3052eff39bcadcaf81e2e3b5249071a7;hp=a40835d9c591925b3d080b8747495c9b21a5c3ed;hpb=0399a31b31047ab82348f733d6c56524258d1188;p=plomrogue diff --git a/src/windows.h b/src/windows.h index a40835d..aedb30b 100644 --- a/src/windows.h +++ b/src/windows.h @@ -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);