| plan 9 kernel history: overview | file list | diff list |
1999/0225/pc/screen.h (diff list | history)
| 1999/0225/sys/src/9/pc/screen.h:10,17 – 1999/0320/sys/src/9/pc/screen.h:10,17 (short | long | prev | next) | ||
|
Change *mouseputc to use Queue.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1997/1101 | extern Point mousexy(void); | |
| 1997/0327 | ||
| 1999/0225 | extern void mouseaccelerate(int); | |
| 1997/1101 |
| |
| 1999/0320 | extern int m3mouseputc(Queue*, int); extern int mouseputc(Queue*, int); | |
| 1997/1101 | extern Cursorinfo cursor; | |
| 1998/0209 | extern Cursor arrow; | |