From dd4afdf4eb411c2899f792cb11380877af065b1d Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 8 Feb 2005 17:56:35 +0000 Subject: Avoid yet another X11 stack overflow. --- include/mouse.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/mouse.h') diff --git a/include/mouse.h b/include/mouse.h index 9b563faf..ce69c8ea 100644 --- a/include/mouse.h +++ b/include/mouse.h @@ -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 -- cgit v1.2.3