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-screen.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmd/devdraw/cocoa-screen.h') diff --git a/src/cmd/devdraw/cocoa-screen.h b/src/cmd/devdraw/cocoa-screen.h index 797b9a58..3c4c94c5 100644 --- a/src/cmd/devdraw/cocoa-screen.h +++ b/src/cmd/devdraw/cocoa-screen.h @@ -6,6 +6,7 @@ void setcursor(Cursor*); void setlabel(char*); char* getsnarf(void); void putsnarf(char*); +void topwin(void); void mousetrack(int, int, int, uint); void keystroke(int); -- cgit v1.2.3