| plan 9 kernel history: overview | file list | diff list |
2001/0526/bitsy/screen.h (diff list | history)
| bitsy/screen.h on 2000/1021 | ||
| 2000/1021 | typedef struct Cursorinfo Cursorinfo; typedef struct Cursor Cursor; | |
| 2000/1130 | extern ulong blanktime; | |
| 2000/1021 | struct Cursorinfo { Lock; }; | |
| 2000/0902 | extern void blankscreen(int); extern void flushmemscreen(Rectangle); | |
| 2001/0526 | extern uchar* attachscreen(Rectangle*, ulong*, int*, int*, int*); | |