diff options
-rw-r--r-- | xevents.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) { |