Avoid yet another X11 stack overflow.

This commit is contained in:
rsc 2005-02-08 17:56:35 +00:00
parent 46cfcf550f
commit dd4afdf4eb
2 changed files with 36 additions and 1 deletions

View file

@ -26,6 +26,11 @@ struct Mousectl
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