aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/cocoa-srv.c
diff options
context:
space:
mode:
authorDavid Jeannot <djeannot24@gmail.com>2012-01-16 17:04:28 -0500
committerRuss Cox <rsc@swtch.com>2012-01-16 17:04:28 -0500
commite89a71ffdd0b8807505db64ece9307f03252da51 (patch)
treef1e25bf41141324a7648a8d922781420baae1f2a /src/cmd/devdraw/cocoa-srv.c
parent5ec2425b17766f20600e224b05988dcc7580ea18 (diff)
downloadplan9port-e89a71ffdd0b8807505db64ece9307f03252da51.tar.gz
plan9port-e89a71ffdd0b8807505db64ece9307f03252da51.tar.bz2
plan9port-e89a71ffdd0b8807505db64ece9307f03252da51.zip
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
Diffstat (limited to 'src/cmd/devdraw/cocoa-srv.c')
-rw-r--r--src/cmd/devdraw/cocoa-srv.c2
1 files changed, 1 insertions, 1 deletions
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;