]> gitweb.factorcode.org Git - factor.git/commitdiff
windows.uniscribe: re-commit the &dispose removal.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 4 Aug 2019 15:27:21 +0000 (08:27 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 4 Aug 2019 15:27:21 +0000 (08:27 -0700)
basis/windows/uniscribe/uniscribe.factor

index 1f609246a5a00c9adf6ea613005fcea12966a1f1..252163e332f8a7b10e34e7dfa5ab2ff40ef06689 100644 (file)
@@ -18,7 +18,7 @@ CONSTANT: ssa-dwFlags flags{ SSA_GLYPHS SSA_FALLBACK SSA_TAB }
 
 :: >codepoint-index ( str utf16-index -- codepoint-index )
     0 utf16-index 2 * str utf16n encode subseq utf16n decode length ;
-    
+
 :: >utf16-index ( str codepoint-index -- utf16-index )
     0 codepoint-index str subseq utf16n encode length 2 / >integer ;
 
@@ -169,5 +169,5 @@ SYMBOL: cached-script-strings
         ] with-memory-dc
     ] unless image>> ;
 
-[ <cache-assoc> &dispose cached-script-strings set-global ]
+[ <cache-assoc> cached-script-strings set-global ]
 "windows.uniscribe" add-startup-hook