commit d23973817a4a48319fe5a84b0628f370519b2763 from: rsc date: Sun Jun 25 23:49:43 2006 UTC remove junk commit - 76a1b3c9c658061a491b10384118482770fbef71 commit + d23973817a4a48319fe5a84b0628f370519b2763 blob - 3d681a6577cc488212f8c87596be9ab3817534b3 blob + 838b2af31b6fe3c580092e0e27cb65a6e87e409c --- include/keyboard.h +++ 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 */ }; blob - ce69c8ea8d007916490f9e70fbed1f13a7e129e8 blob + 3d5c975fe452796d089434d66f0424fd4da1340f --- include/mouse.h +++ 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