| plan 9 kernel history: overview | file list | diff list |
1994/0520/carrera/screen.h (diff list | history)
| carrera/screen.h on 1994/0414 | ||
| 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); extern void cursoron(int); #define cursoroff(x) #define mousectl(s) extern Point mousexy(void); | |
| 1994/0520 | void setcursor(Cursor*); | |