about summary refs log tree commit diff stats
path: root/src/types/winattrs.nim
blob: 7d9e02180e7f3bd93591a52f42a4d193ae475791 (plain) (blame)
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