X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=windows.h;h=ab0381251dcbe72e51f288a60d184f9816b016ce;hb=676d45b3139bcaab1a032addc24645d8055cb2ca;hp=3518c372ae4a7078171bb42cfde7fc933788faf6;hpb=1d8dbdee6e32a1e877a6e8884be066b993a5b651;p=plomrogue diff --git a/windows.h b/windows.h index 3518c37..ab03812 100644 --- a/windows.h +++ b/windows.h @@ -11,6 +11,7 @@ struct WinMeta { struct Win { struct Win * prev; struct Win * next; + uint16_t startx; uint16_t width; uint16_t height; WINDOW * curses;