X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=windows.h;h=497908e4ab19614d24b67fd7dd4c52ba3a32899a;hb=eb87a0032df063d6a73220f2b5e6f4ff98b7644d;hp=3518c372ae4a7078171bb42cfde7fc933788faf6;hpb=1d8dbdee6e32a1e877a6e8884be066b993a5b651;p=plomrogue diff --git a/windows.h b/windows.h index 3518c37..497908e 100644 --- a/windows.h +++ b/windows.h @@ -11,6 +11,8 @@ struct WinMeta { struct Win { struct Win * prev; struct Win * next; + uint16_t startx; + uint16_t starty; uint16_t width; uint16_t height; WINDOW * curses;