tremove junk - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit d23973817a4a48319fe5a84b0628f370519b2763
DIR parent 76a1b3c9c658061a491b10384118482770fbef71
HTML Author: rsc <devnull@localhost>
Date: Sun, 25 Jun 2006 23:49:43 +0000
remove junk
Diffstat:
M include/keyboard.h | 5 -----
M include/mouse.h | 12 +-----------
2 files changed, 1 insertion(+), 16 deletions(-)
---
DIR diff --git a/include/keyboard.h b/include/keyboard.h
t@@ -8,11 +8,6 @@ typedef struct Keyboardctl Keyboardctl;
struct Keyboardctl
{
struct Channel *c; /* chan(Rune)[20] */
-
- char *file;
- int consfd; /* to cons file */
- int ctlfd; /* to ctl file */
- int pid; /* of slave proc */
};
DIR diff --git a/include/mouse.h b/include/mouse.h
t@@ -20,17 +20,7 @@ struct Mousectl
struct Channel *resizec; /* chan(int)[2] */
/* buffered in case client is waiting for a mouse action before handling resize */
- char *file;
- int mfd; /* to mouse file */
- int cfd; /* to cursor file */
- int pid; /* of slave proc */
- Display *display;
- /*Image* image; / * of associated window/display */
-
- /* clumsy hack for X11 */
- struct Channel *ccursor;
- struct Channel *ccursorwait;
- QLock cursorlock;
+ Display *display; /* associated display */
};
struct Menu