| plan 9 kernel history: overview | file list | diff list |
1994/0210/carrera/screen.h (diff list | history)
| 1993/0906/sys/src/9/carrera/screen.h:4,8 – 1993/0918/sys/src/9/carrera/screen.h:4,7 (short | long) | ||
| 1993/0906 | #define mbbpt(x) #define mbbrect(x) | |
| 1993/0918/sys/src/9/carrera/screen.h:5,7 – 1994/0210/sys/src/9/carrera/screen.h:5,8 (short | long) | ||
| 1993/0906 | #define mbbpt(x) #define mbbrect(x) #define mousescreenupdate() | |
| 1994/0210 | #define mousectl(s) | |
| 1994/0210/sys/src/9/carrera/screen.h:1,8 – 1994/0414/sys/src/9/carrera/screen.h:1,16 (short | long) | ||
| 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) | |
| 1994/0414/sys/src/9/carrera/screen.h:13,16 – 1994/0520/sys/src/9/carrera/screen.h:13,16 (short | long) | ||
| 1994/0414 | #define cursoroff(x) #define mousectl(s) extern Point mousexy(void); | |
| 1994/0520 | void setcursor(Cursor*); | |
| 1994/0520/sys/src/9/carrera/screen.h:9,15 – 1994/0624/sys/src/9/carrera/screen.h:9,15 (short | long) | ||
| 1994/0414 | extern Cursorinfo cursor; extern void mouseupdate(int); | |
| 1994/0624 | extern int cursoron(int); | |
| 1994/0414 | #define cursoroff(x) #define mousectl(s) extern Point mousexy(void); | |
| 1994/0624/sys/src/9/carrera/screen.h:11,16 – 1994/0910/sys/src/9/carrera/screen.h:11,15 (short | long) | ||
| 1994/0414 | extern void mouseupdate(int); | |
| 1994/0624 | extern int cursoron(int); | |
| 1994/0414 | #define cursoroff(x) | |
| 1994/0520 | void setcursor(Cursor*); | |
| 1994/0910/sys/src/9/carrera/screen.h:8,15 – 1997/0327/sys/src/9/carrera/screen.h:8,17 (short | long) | ||
| 1993/0906 | ||
| 1994/0414 | extern Cursorinfo cursor; | |
| 1994/0624 | extern int cursoron(int); | |
| 1994/0414 | #define cursoroff(x) extern Point mousexy(void); | |
| 1994/0520 |
| |
| 1997/0327 | void setcursor(Cursor*); void mousectl(char*); void mousetrack(int, int, int); | |
| 1997/0327/sys/src/9/carrera/screen.h:7,12 – 1998/0209/sys/src/9/carrera/screen.h:7,13 (short | long) | ||
| 1994/0414 | }; | |
| 1993/0906 | ||
| 1994/0414 | extern Cursorinfo cursor; | |
| 1998/0209 | extern Cursor arrow; | |
| 1994/0414 | ||
| 1994/0624 | extern int cursoron(int); | |
| 1994/0414 | #define cursoroff(x) | |
| 1998/0209/sys/src/9/carrera/screen.h:14,18 – 1998/0417/sys/src/9/carrera/screen.h:14,18 (short | long) | ||
|
Change mousectl to accept list of fields.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1994/0414 | extern Point mousexy(void); | |
| 1997/0327 | void setcursor(Cursor*); | |
| 1998/0417 | void mousectl(char*[], int); | |
| 1997/0327 | void mousetrack(int, int, int); | |
| 1998/0417/sys/src/9/carrera/screen.h:1,3 – 1999/0119/sys/src/9/carrera/screen.h:1,4 (short | long) | ||
| 1999/0119 | typedef struct Cursor Cursor; | |
| 1994/0414 | typedef struct Cursorinfo Cursorinfo; | |
| 1993/0906 | ||
| 1994/0414 | struct Cursorinfo | |
| 1999/0119/sys/src/9/carrera/screen.h:17,19 – 2000/0504/sys/src/9/carrera/screen.h:17,20 (short | long) | ||
| 1997/0327 | ||
| 1998/0417 | void mousectl(char*[], int); | |
| 1997/0327 | void mousetrack(int, int, int); | |
| 2000/0504 | void blankscreen(int); | |
| 2000/0504/sys/src/9/carrera/screen.h:1,20 – 2001/0527/sys/src/9/carrera/screen.h:0 (short | long) | ||
|
Deleted.
rsc Mon Mar 7 10:21:16 2005 | ||
| 1999/0119 |
| |
| 1994/0414 |
| |
| 1993/0906 | ||
| 1994/0414 |
| |
| 1993/0906 | ||
| 1994/0414 |
| |
| 1998/0209 |
| |
| 1994/0414 | ||
| 1994/0624 |
| |
| 1994/0414 |
| |
| 1997/0327 |
| |
| 1998/0417 |
| |
| 1997/0327 |
| |
| 2000/0504 |
| |