about summary refs log blame commit diff stats
path: root/src/types/winattrs.nim
blob: 94b637904d493092f1b748aba6790255aeaa43af (plain) (tree)
1
2
3
4
5
6
7


                               



                                           
type WindowAttributes* = object
  width*: int
  height*: int
  ppc*: int # cell width (pixels per char)
  ppl*: int # cell height (pixels per line)
  widthPx*: int
  heightPx*: int