]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/pango/fonts/fonts.factor
change add-init-hook to add-startup-hook, new add-shutdown-hook word
[factor.git] / basis / pango / fonts / fonts.factor
index 280ddd20d6257881971dc915d05200bbe3ff9d8d..31a51e3f128013f8f6bac3a2bb2eb57c493464ba 100644 (file)
@@ -111,4 +111,4 @@ MEMO: (cache-font-description) ( font -- description )
 : cache-font-description ( font -- description )
     strip-font-colors (cache-font-description) ;
 
-[ \ (cache-font-description) reset-memoized ] "pango.fonts" add-init-hook
+[ \ (cache-font-description) reset-memoized ] "pango.fonts" add-startup-hook