From fd53009f1df25d8cc543716950cb402f7cbff743 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Mon, 8 Jan 2018 13:24:49 -0500 Subject: [PATCH] expose mouse --- lux-chaos.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lux-chaos.rkt b/lux-chaos.rkt index 66a6779..8964cfc 100644 --- a/lux-chaos.rkt +++ b/lux-chaos.rkt @@ -150,4 +150,4 @@ (provide (contract-out [make-raart - (->* () () chaos?)])) + (->* () (#:mouse? boolean?) chaos?)]))