Avoid yet another X11 stack overflow.
This commit is contained in:
parent
46cfcf550f
commit
dd4afdf4eb
2 changed files with 36 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue