Browse Source

fix error with nim 1.2.0 cint -> TBool

fix-resizing
wes 4 years ago
parent
commit
96c54411f6
  1. 2
      src/nimwin.nim

2
src/nimwin.nim

@ -84,7 +84,7 @@ proc getPropertyValue(display : PDisplay, window : TWindow, property : TAtom) :
property,
longOffset,
longLength,
false.TBool,
false.cint,
AnyPropertyType.TAtom,
actualType.addr,
actualTypeFormat.addr,

Loading…
Cancel
Save