don't warp pointer on client message

This commit is contained in:
Sean Pringle
2015-03-28 17:10:08 +10:00
parent 3338221805
commit 7ae527002b
3 changed files with 8 additions and 7 deletions

View File

@@ -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;