mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
remove junk
This commit is contained in:
parent
76a1b3c9c6
commit
d23973817a
2 changed files with 1 additions and 16 deletions
|
@ -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 */
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue