diff options
author | rsc <devnull@localhost> | 2006-06-25 23:49:43 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-06-25 23:49:43 +0000 |
commit | d23973817a4a48319fe5a84b0628f370519b2763 (patch) | |
tree | 9aa75669361a7de1d8f017090f2e9251f0221f5a /include | |
parent | 76a1b3c9c658061a491b10384118482770fbef71 (diff) | |
download | plan9port-d23973817a4a48319fe5a84b0628f370519b2763.tar.gz plan9port-d23973817a4a48319fe5a84b0628f370519b2763.tar.bz2 plan9port-d23973817a4a48319fe5a84b0628f370519b2763.zip |
remove junk
Diffstat (limited to 'include')
-rw-r--r-- | include/keyboard.h | 5 | ||||
-rw-r--r-- | include/mouse.h | 12 |
2 files changed, 1 insertions, 16 deletions
diff --git a/include/keyboard.h b/include/keyboard.h index 3d681a65..838b2af3 100644 --- a/include/keyboard.h +++ b/include/keyboard.h @@ -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 */ }; diff --git a/include/mouse.h b/include/mouse.h index ce69c8ea..3d5c975f 100644 --- a/include/mouse.h +++ b/include/mouse.h @@ -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 |