| plan 9 kernel history: overview | file list | diff list |
1994/0624/carrera/screen.h (diff list | history)
| 1994/0624/sys/src/9/carrera/screen.h:1,16 – 1994/0910/sys/src/9/carrera/screen.h:1,15 (short | long | prev | next) | ||
| 1994/0414 | typedef struct Cursorinfo Cursorinfo; | |
| 1993/0906 | ||
| 1994/0414 | struct Cursorinfo { Cursor; Lock; }; | |
| 1993/0906 | ||
| 1994/0414 | extern Cursorinfo cursor; extern void mouseupdate(int); | |
| 1994/0624 | extern int cursoron(int); | |
| 1994/0414 | #define cursoroff(x) | |
| 1994/0520 | void setcursor(Cursor*); | |