| plan 9 kernel history: overview | file list | diff list |
1991/0708/gnot/screen.h (diff list | history)
| 1991/0708/sys/src/9/gnot/screen.h:28,31 – 1991/0710/sys/src/9/gnot/screen.h:28,35 (short | long) | ||
| 1991/0708 | extern void mouseupdate(int); | |
| 1991/0710 | /* * kernel mustn't use balu; user (/dev/bitblt) can */ #define kbitblt gbitblt #define ubitblt balubitblt | |
| 1991/0710/sys/src/9/gnot/screen.h:32,35 – 1991/1222/sys/src/9/gnot/screen.h:32,35 (short | long) | ||
| 1991/0710 | * kernel mustn't use balu; user (/dev/bitblt) can */ #define kbitblt gbitblt | |
| 1991/1222 | #define ubitblt gbitblt | |
| 1991/1222/sys/src/9/gnot/screen.h:27,35 – 1991/1225/sys/src/9/gnot/screen.h:27,29 (short | long) | ||
| 1991/0708 | extern Cursorinfo cursor; extern void mouseupdate(int); | |
| 1991/0710 |
| |
| 1991/1222 |
| |
| 1991/1225/sys/src/9/gnot/screen.h:27,29 – 1992/1010/sys/src/9/gnot/screen.h:27,31 (short | long) | ||
| 1991/0708 | extern Cursorinfo cursor; extern void mouseupdate(int); | |
| 1992/1010 | #define hwscreenwrite(a, b) | |
| 1992/1010/sys/src/9/gnot/screen.h:29,31 – 1992/1104/sys/src/9/gnot/screen.h:29,36 (short | long) | ||
| 1991/0708 | extern void mouseupdate(int); | |
| 1992/1010 | #define hwscreenwrite(a, b) | |
| 1992/1104 | #define mbbpt(x) #define mbbrect(x) #define screenupdate() #define mousescreenupdate() | |
| 1992/1104/sys/src/9/gnot/screen.h:19,24 – 1992/1107/sys/src/9/gnot/screen.h:19,25 (short | long) | ||
| 1991/0708 | Cursor; Lock; int visible; /* on screen */ | |
| 1992/1107 | int disable; /* from being used */ | |
| 1991/0708 | Rectangle r; /* location */ }; | |
| 1992/1107/sys/src/9/gnot/screen.h:9,15 – 1993/0225/sys/src/9/gnot/screen.h:9,16 (short | long) | ||
| 1991/0708 | int dy; int track; /* update cursor on screen */ Mouse; | |
| 1993/0225 | ulong counter; /* increments every update */ ulong lastcounter; /* value when /dev/mouse read */ | |
| 1991/0708 | Rendez r; int newbuttons; /* interrupt time access only */ int clock; /* check mouse.track on RTE */ | |
| 1993/0225/sys/src/9/gnot/screen.h:1,33 – 1993/0226/sys/src/9/gnot/screen.h:1,3 (short | long) | ||
| 1991/0708 |
| |
| 1993/0225 |
| |
| 1991/0708 |
| |
| 1992/1107 |
| |
| 1991/0708 |
| |
| 1992/1010 | #define hwscreenwrite(a, b) | |
| 1993/0226/sys/src/9/gnot/screen.h:1,8 – 1993/0501/sys/src/9/gnot/screen.h:0 (short | long) | ||
|
Deleted.
rsc Mon Mar 7 10:21:53 2005 | ||
| 1991/0708 |
| |
| 1992/1010 |
| |
| 1992/1104 |
| |