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:
parent
5ec2425b17
commit
e89a71ffdd
3 changed files with 17 additions and 2 deletions
|
|
@ -212,7 +212,7 @@ runmsg(Wsysmsg *m)
|
|||
break;
|
||||
|
||||
case Ttop:
|
||||
// _xtopwindow();
|
||||
topwin();
|
||||
replymsg(m);
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue