From 5ec59b17932e1c761d204f94a39e06987923b111 Mon Sep 17 00:00:00 2001 From: Patrick Mahoney Date: Tue, 14 Aug 2012 18:00:41 -0400 Subject: [PATCH] Use racket lang for graphics.rkt --- collects/frtime/animation/graphics.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/frtime/animation/graphics.rkt b/collects/frtime/animation/graphics.rkt index 82a18ee48a..89dc677b8e 100644 --- a/collects/frtime/animation/graphics.rkt +++ b/collects/frtime/animation/graphics.rkt @@ -1,5 +1,5 @@ -#lang scheme -(require scheme/unit +#lang racket +(require racket/unit mred/mred-sig mred "graphics-sig.rkt"