aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xevents.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xevents.c b/xevents.c
index 5b5a0af..12fb72b 100644
--- a/xevents.c
+++ b/xevents.c
@@ -401,7 +401,6 @@ xev_handle_clientmessage(XEvent *ee)
if ((old_cc = client_current(NULL)) != NULL)
client_ptr_save(old_cc);
client_show(cc);
- client_ptr_warp(cc);
}
} else if (e->message_type == ewmh[_NET_WM_DESKTOP]) {
if ((cc = client_find(e->window)) != NULL) {