X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=windows.h;h=262c17602a6cd47bd3b4905406ec90803cdcf5ab;hb=4278fa073915777094328bc6575cdcc1f849f9f1;hp=6ffcb96b37bc2b868adb8795add3e06add04e952;hpb=35d55596e7595e473d3aa4a71e17c8dd23841b2f;p=plomrogue diff --git a/windows.h b/windows.h index 6ffcb96..262c176 100644 --- a/windows.h +++ b/windows.h @@ -1,9 +1,12 @@ struct WinMeta { + WINDOW * screen; + WINDOW * pad; + int pad_offset; struct Win * chain_start; struct Win * chain_end; struct Win * active; - int height; - int width; }; + int width; + int height; }; struct Win { struct Win * prev;