From 8ea68c743f338ec15eeb31710f9c4053436f01ac Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 24 Sep 2014 08:39:43 -0600 Subject: [PATCH] racket/gui Unix: avoid startup output --- pkgs/gui-pkgs/gui-lib/mred/private/wx/gtk/queue.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/gui-pkgs/gui-lib/mred/private/wx/gtk/queue.rkt b/pkgs/gui-pkgs/gui-lib/mred/private/wx/gtk/queue.rkt index 026c00d80a..9f6a0d6259 100644 --- a/pkgs/gui-pkgs/gui-lib/mred/private/wx/gtk/queue.rkt +++ b/pkgs/gui-pkgs/gui-lib/mred/private/wx/gtk/queue.rkt @@ -31,7 +31,7 @@ ;; thread, and so the effect of a key is delayed. The following ;; enviornment variable is consulted by IBus on startup to ;; disable asynchronous mode. -(putenv "IBUS_ENABLE_SYNC_MODE" "y") +(void (putenv "IBUS_ENABLE_SYNC_MODE" "y")) (define-gtk gtk_init_check (_fun (_ptr io _int) (_ptr io _gcpointer) -> _gboolean)) (define-gdk gdk_set_program_class (_fun _string -> _void))