Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 76ba2cd

Browse files
djpohlysevz17
authored andcommitted
Remove now-unneeded call to motionnotify
This appears to have been here for the side effect of updating the drag icon's position.
1 parent 4b15bbe commit 76ba2cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dwl.c

-1
Original file line numberDiff line numberDiff line change
@@ -2338,7 +2338,6 @@ startdrag(struct wl_listener *listener, void *data)
23382338
return;
23392339

23402340
drag->icon->data = &wlr_scene_subsurface_tree_create(drag_icon, drag->icon->surface)->node;
2341-
motionnotify(0);
23422341
wl_signal_add(&drag->icon->events.destroy, &drag_icon_destroy);
23432342
}
23442343

0 commit comments

Comments
 (0)