Fix extra ST being sent

This commit is contained in:
Kovid Goyal 2026-05-17 07:14:11 +05:30
parent 613e1ccbe3
commit 0fc73dd8c3
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -550,10 +550,7 @@ drop_move_on_child(Window *w, const char** mimes, size_t num_mimes, bool is_drop
}
queue_payload_to_child(w->id, w->drop.client_id, &w->drop.pending, buf, header_size, mbuf, pos, false);
}
} else {
buf[header_size++] = 0x1b; buf[header_size++] = '\\';
queue_payload_to_child(w->id, w->drop.client_id, &w->drop.pending, buf, header_size, NULL, 0, false);
}
} else queue_payload_to_child(w->id, w->drop.client_id, &w->drop.pending, buf, header_size, NULL, 0, false);
}
static GLFWDragOperationType