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
This commit is contained in:
David Jeannot 2012-01-16 17:04:28 -05:00 committed by Russ Cox
parent 5ec2425b17
commit e89a71ffdd
3 changed files with 17 additions and 2 deletions

View file

@ -212,7 +212,7 @@ runmsg(Wsysmsg *m)
break;
case Ttop:
// _xtopwindow();
topwin();
replymsg(m);
break;