don't warp pointer on client message
This commit is contained in:
2
window.c
2
window.c
@@ -92,7 +92,7 @@ int window_send_clientmessage(Window target, Window subject, Atom atom, unsigned
|
||||
e.xclient.message_type = atom;
|
||||
e.xclient.window = subject;
|
||||
e.xclient.data.l[0] = protocol;
|
||||
e.xclient.data.l[1] = latest;
|
||||
e.xclient.data.l[1] = latest_action;
|
||||
e.xclient.send_event = True;
|
||||
e.xclient.format = 32;
|
||||
int r = XSendEvent(display, target, False, mask, &e) ?1:0;
|
||||
|
||||
Reference in New Issue
Block a user