| plan 9 kernel history: overview | file list | diff list |
1994/0414/carrera/screen.h (diff list | history)
| 1994/0210/sys/src/9/carrera/screen.h:1,8 – 1994/0414/sys/src/9/carrera/screen.h:1,16 (short | long | prev | next) | ||
| 1993/0906 |
| |
| 1994/0414 | typedef struct Cursorinfo Cursorinfo; | |
| 1993/0906 |
| |
| 1994/0414 | struct Cursorinfo { Cursor; Lock; }; | |
| 1993/0906 |
| |
| 1994/0210 |
| |
| 1994/0414 | extern Cursorinfo cursor; extern void mouseupdate(int); extern void cursoron(int); #define cursoroff(x) #define mousectl(s) extern Point mousexy(void); #define hwscreenwrite(a, b) | |