X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=sys%2Fman%2F2%2Fevent;h=b1c8c4ee1b7b467d87f22812d8fc5516cf87a48c;hb=f0ea4af5efff9e1e1d0fc5992edd1096c44d41ed;hp=9c7faaa1b4c95a2a5f539255453aa74f054730c2;hpb=244bb0038dc2222f988b3aef7184848308b37903;p=plan9front.git diff --git a/sys/man/2/event b/sys/man/2/event index 9c7faaa1b..b1c8c4ee1 100644 --- a/sys/man/2/event +++ b/sys/man/2/event @@ -44,9 +44,9 @@ int eatomouse(Mouse *m, char *buf, int n) ulong estart(ulong key, int fd, int n) .PP .B -ulong estartfn(int id, ulong key, int fd, int n, +ulong estartfn(ulong key, int fd, int n, .B - int (*fn)(Event*, uchar*, int)) + int (*fn)(int, Event*, uchar*, int)) .PP .B ulong etimer(ulong key, int n) @@ -70,10 +70,10 @@ void edrawgetrect(Rectangle r, int up) int emenuhit(int but, Mouse *m, Menu *menu) .PP .B -int emoveto(Point p) +void emoveto(Point p) .PP .B -int esetcursor(Cursor *c) +void esetcursor(Cursor *c) .PP .B int eenter(char *ask, char *buf, int len, Mouse *m)