From 02404e553af95c5469f658c85562f627d296ee7f Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Wed, 24 Jun 2009 19:46:24 +0000 Subject: [PATCH] Turning to #lang when possible svn: r15257 --- collects/frtime/demos/ball-on-string.ss | 1 + collects/frtime/demos/mouse.ss | 1 + collects/frtime/demos/piston.ss | 1 + collects/frtime/demos/pong.ss | 1 + collects/frtime/demos/push-pull-ball.ss | 1 + collects/frtime/demos/rotation.ss | 1 + collects/frtime/demos/ufo.ss | 1 + 7 files changed, 7 insertions(+) diff --git a/collects/frtime/demos/ball-on-string.ss b/collects/frtime/demos/ball-on-string.ss index 0cfad89625..917b6ebb54 100644 --- a/collects/frtime/demos/ball-on-string.ss +++ b/collects/frtime/demos/ball-on-string.ss @@ -1,3 +1,4 @@ +#lang frtime (require frtime/animation) (define-values (pos vel) diff --git a/collects/frtime/demos/mouse.ss b/collects/frtime/demos/mouse.ss index 039ea6635d..faf837c139 100644 --- a/collects/frtime/demos/mouse.ss +++ b/collects/frtime/demos/mouse.ss @@ -1,3 +1,4 @@ +#lang frtime (require frtime/animation) (display-shapes diff --git a/collects/frtime/demos/piston.ss b/collects/frtime/demos/piston.ss index a51f25b309..dd71086cce 100644 --- a/collects/frtime/demos/piston.ss +++ b/collects/frtime/demos/piston.ss @@ -1,3 +1,4 @@ +#lang frtime (require frtime/animation frtime/gui diff --git a/collects/frtime/demos/pong.ss b/collects/frtime/demos/pong.ss index 0ed66b2132..5d0a036cbe 100644 --- a/collects/frtime/demos/pong.ss +++ b/collects/frtime/demos/pong.ss @@ -1,3 +1,4 @@ +#lang frtime (require frtime/animation frtime/gui diff --git a/collects/frtime/demos/push-pull-ball.ss b/collects/frtime/demos/push-pull-ball.ss index c5e7d7609f..f6df595a58 100644 --- a/collects/frtime/demos/push-pull-ball.ss +++ b/collects/frtime/demos/push-pull-ball.ss @@ -1,3 +1,4 @@ +#lang frtime (require frtime/etc frtime/animation) diff --git a/collects/frtime/demos/rotation.ss b/collects/frtime/demos/rotation.ss index e06d58febd..7dcd2758cc 100644 --- a/collects/frtime/demos/rotation.ss +++ b/collects/frtime/demos/rotation.ss @@ -1,3 +1,4 @@ +#lang frtime (require frtime/animation frtime/gui) diff --git a/collects/frtime/demos/ufo.ss b/collects/frtime/demos/ufo.ss index ea41de8358..07d83b843d 100644 --- a/collects/frtime/demos/ufo.ss +++ b/collects/frtime/demos/ufo.ss @@ -1,3 +1,4 @@ +#lang frtime (require frtime/animation) (define ufo-x