X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fwindows.h;fp=src%2Fclient%2Fwindows.h;h=3b3a7eeb494cae1e20c8ead735b3cdca92896df1;hb=0b7798939c0193fd794985b503737e40d8602313;hp=46525132bd4f3611fc727738e7896462283a3473;hpb=1c20e240bb704cddfa80b60dfa20863218edc6d8;p=plomrogue diff --git a/src/client/windows.h b/src/client/windows.h index 4652513..3b3a7ee 100644 --- a/src/client/windows.h +++ b/src/client/windows.h @@ -71,6 +71,9 @@ struct WinMeta */ extern void init_wmeta_and_ncurses(); +/* Builds world.wmeta.pad from the sizes of the current terminal screen. */ +extern void make_pad(); + /* Initialize a Win child "wp" of "wmeta" to "title", "height" and "width" and * appoint "func"() as its .draw. Initialize other members to 0. *