mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
wkj says to do this
This commit is contained in:
parent
26af0278ae
commit
678359a95a
1 changed files with 1 additions and 0 deletions
|
@ -416,6 +416,7 @@ sendcmessage(Window w, Atom a, long x, int isroot)
|
|||
mask = SubstructureRedirectMask; /* magic! */
|
||||
else
|
||||
mask = ExposureMask; /* not really correct but so be it */
|
||||
mask |= KeyPressMask; /* seems to be necessary */
|
||||
status = XSendEvent(dpy, w, False, mask, &ev);
|
||||
if (status == 0)
|
||||
fprintf(stderr, "rio: sendcmessage failed\n");
|
||||
|
|
Loading…
Reference in a new issue