1 2 3 4 5 6 7
type WindowAttributes* = object width*: int height*: int ppc*: int # cell width ppl*: int # cell height width_px*: int height_px*: int