| plan 9 kernel history: overview | file list | diff list |
1998/0209/pc/screen.h (diff list | history)
| 1998/0209/sys/src/9/pc/screen.h:14,29 – 1998/0319/sys/src/9/pc/screen.h:14,19 (short | long | prev | next) | ||
|
Move prototypes around. Add screensize, screenaperture, vgascreenwin.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1997/1101 | extern int mouseswap; extern Cursorinfo cursor; | |
| 1998/0209 | extern Cursor arrow; | |
| 1997/0327 | /* | |
| 1998/0209/sys/src/9/pc/screen.h:114,116 – 1998/0319/sys/src/9/pc/screen.h:104,121 | ||
| 1997/1101 | enum { Backgnd = Pwhite, }; | |
| 1998/0319 | /* mouse.c */ extern void mousectl(char*); /* screen.c */ extern void flushmemscreen(Rectangle); extern int cursoron(int); extern void cursoroff(int); extern void setcursor(Cursor*); extern int screensize(int, int, int); extern int screenaperture(int, int); /* vga.c */ extern void vgascreenwin(VGAscr*); | |