From e89a71ffdd0b8807505db64ece9307f03252da51 Mon Sep 17 00:00:00 2001 From: David Jeannot Date: Mon, 16 Jan 2012 17:04:28 -0500 Subject: cocoa devdraw: activation on receiving Ttop messages (The new variable "willactivate" is in the input structure "in", which is illogical. But this structure will soon be renamed "app". I postpone the renaming to avoid conflicts with simultaneous Codereview issues.) R=rsc CC=plan9port.codebot http://codereview.appspot.com/5504102 --- src/cmd/devdraw/cocoa-srv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/devdraw/cocoa-srv.c') diff --git a/src/cmd/devdraw/cocoa-srv.c b/src/cmd/devdraw/cocoa-srv.c index 32d83bfc..ac6658ef 100644 --- a/src/cmd/devdraw/cocoa-srv.c +++ b/src/cmd/devdraw/cocoa-srv.c @@ -212,7 +212,7 @@ runmsg(Wsysmsg *m) break; case Ttop: - // _xtopwindow(); + topwin(); replymsg(m); break; -- cgit v1.2.3