]> gitweb.factorcode.org Git - factor.git/commitdiff
help.lint.checks: adding linux and windows ui disposables.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 16 Jul 2016 23:51:17 +0000 (16:51 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 16 Jul 2016 23:51:17 +0000 (16:51 -0700)
basis/help/lint/checks/checks.factor

index 55a607000ee648d67bd77260e466eeaa1c8bc37f..e5f3a93e4a40bb936df721ee94d6616c2b0e56a9 100644 (file)
@@ -21,7 +21,10 @@ SYMBOL: vocab-articles
 : no-ui-disposables ( seq -- seq' )
     [
         class-of name>> {
-            "line" "single-texture" "multi-texture"
+            "single-texture" "multi-texture" ! opengl.textures
+            "line" ! core-text
+            "layout" ! ui.text.pango
+            "script-string" ! windows.uniscribe
         } member?
     ] reject ;