]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/dwmapi/dwmapi.factor
alien.data: remove second quotation parameter from with-out-parameters, now all value...
[factor.git] / basis / windows / dwmapi / dwmapi.factor
index b9830a5347eb549a3be748c52c982410452de931..0da98eaf141166b5246a17860c8a4f40a2dddd12 100755 (executable)
@@ -34,5 +34,5 @@ CONSTANT: WM_DWMCOMPOSITIONCHANGED HEX: 31E
 
 : composition-enabled? ( -- ? )
     windows-major 6 >=
-    [ { bool } [ DwmIsCompositionEnabled drop ] [ ] with-out-parameters ]
+    [ { bool } [ DwmIsCompositionEnabled drop ] with-out-parameters ]
     [ f ] if ;