]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/ui/offscreen/offscreen.factor
Split off some code from ui.backend.windows into windows.offscreen
[factor.git] / extra / ui / offscreen / offscreen.factor
index cf9370ed7fa6b050fe9e373bf33124743f165445..f0b81ccacd99f27540de841cb637441ad057c48b 100755 (executable)
@@ -1,7 +1,7 @@
 ! (c) 2008 Joe Groff, see license for details
 USING: accessors continuations images.bitmap kernel math
-sequences ui.gadgets ui.gadgets.worlds ui ui.backend
-destructors ;
+sequences ui.gadgets ui.gadgets.private ui.gadgets.worlds
+ui.private ui ui.backend destructors ;
 IN: ui.offscreen
 
 TUPLE: offscreen-world < world ;