aboutsummaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2023-07-14 00:02:54 -0400
committerLeonardo Hernández <leohdz172@proton.me>2023-07-13 22:17:03 -0600
commit76ba2cdab04a952d8cd0503a5f2afc7a18f53538 (patch)
treeecc40ce1dcbf54043d3c056dd20bfdc384ed66ac /dwl.c
parent4b15bbeb33ba5409bc436ca44200b5605a73b344 (diff)
Remove now-unneeded call to motionnotify
This appears to have been here for the side effect of updating the drag icon's position.
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwl.c b/dwl.c
index 96ffb64..f323d1b 100644
--- a/dwl.c
+++ b/dwl.c
@@ -2338,7 +2338,6 @@ startdrag(struct wl_listener *listener, void *data)
return;
drag->icon->data = &wlr_scene_subsurface_tree_create(drag_icon, drag->icon->surface)->node;
- motionnotify(0);
wl_signal_add(&drag->icon->events.destroy, &drag_icon_destroy);
}