]> gitweb.factorcode.org Git - factor.git/commitdiff
don't need dispose on offscreen-world, and it breaks compiling
authorJoe Groff <arcata@gmail.com>
Fri, 12 Dec 2008 05:49:45 +0000 (21:49 -0800)
committerJoe Groff <arcata@gmail.com>
Fri, 12 Dec 2008 05:49:45 +0000 (21:49 -0800)
extra/ui/offscreen/offscreen.factor

index 3897df71fafb4c14427ad2a3feb52d8479b09493..89c1c7f860940ec06fb152806c888e6c72f894dc 100755 (executable)
@@ -1,3 +1,4 @@
+! (c) 2008 Joe Groff, see license for details
 USING: accessors continuations graphics.bitmap kernel math
 sequences ui.gadgets ui.gadgets.worlds ui ui.backend
 destructors ;
@@ -24,8 +25,6 @@ M: offscreen-world ungraft*
 : close-offscreen ( world -- )
     ungraft notify-queued ;
 
-M: offscreen-world dispose close-offscreen ;
-
 : offscreen-world>bitmap ( world -- bitmap )
     offscreen-pixels bgra>bitmap ;