X-Git-Url: https://plomlompom.com/repos//%22https:/validator.w3.org/check?a=blobdiff_plain;f=windows.h;h=e3f4eb684fb21f4d5659fe816bfd7dc441df10ac;hb=d17e8bd46c19351ac493f70a2f2a04655ab6a5e7;hp=6ffcb96b37bc2b868adb8795add3e06add04e952;hpb=c29af0467dbd947c926d0052b729e48fa641d05e;p=plomrogue diff --git a/windows.h b/windows.h index 6ffcb96..e3f4eb6 100644 --- a/windows.h +++ b/windows.h @@ -2,8 +2,7 @@ struct WinMeta { struct Win * chain_start; struct Win * chain_end; struct Win * active; - int height; - int width; }; + int height; }; struct Win { struct Win * prev;