]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/user32/user32.factor
ui.listener: document that ~/.factor-history persists input history
[factor.git] / basis / windows / user32 / user32.factor
index 1ec9a738d961d0bd6e442e1dc7d359487def99d0..2b713aff3e5bb0a1b891baba5bdfa108d8857630 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2005, 2006 Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors alien alien.c-types alien.syntax classes.struct
 generalizations kernel literals math math.bitwise namespaces
 parser system windows.com.syntax windows.kernel32 windows.ole32
@@ -2367,7 +2367,7 @@ FUNCTION: BOOL IsValidDpiAwarenessContext (
 
 ! DPI_AWARENESS_CONTEXT experimentally:
 ! USE: ranges -100 1000 [a..b] [ <alien> IsValidDpiAwarenessContext ] zip-with
-! [ nip 0 > ] assoc-filter keys .
+! [ 0 > ] filter-values keys .
 ! { -5 -4 -3 -2 -1 17 18 34 273 529 785 }
 
 ! -4 <alien> 34 <alien> AreDpiAwarenessContextsEqual . ! t