From 96c54411f6abc74a7d91cc755c35853c3fbbedaf Mon Sep 17 00:00:00 2001 From: wes Date: Sun, 28 Jun 2020 00:18:14 -0400 Subject: [PATCH] fix error with nim 1.2.0 cint -> TBool --- src/nimwin.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nimwin.nim b/src/nimwin.nim index fc45e83..c334ef9 100644 --- a/src/nimwin.nim +++ b/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,