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 Keyboardctl
|
||||||
{
|
{
|
||||||
struct Channel *c; /* chan(Rune)[20] */
|
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] */
|
struct Channel *resizec; /* chan(int)[2] */
|
||||||
/* buffered in case client is waiting for a mouse action before handling resize */
|
/* buffered in case client is waiting for a mouse action before handling resize */
|
||||||
|
|
||||||
char *file;
|
Display *display; /* associated display */
|
||||||
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;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct Menu
|
struct Menu
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue