Change todo regarding drag-and-drop

This commit is contained in:
Robbert van der Helm
2020-04-23 23:16:31 +02:00
parent 060712ee4d
commit 9dfa83df20
+4 -5
View File
@@ -137,11 +137,10 @@ void Editor::handle_events() {
}
// Handle X11 events
// TODO: Check if we should forward other events mostly to prevent
// unnecessary GUI processing in the background. Since `effEditIdle`
// should only be called when the plugin's editor is open this should
// not cause any different in CPU though.
// TODO: Check whether drag and drop works out of the box
// TODO: Initiating drag-and-drop _sometimes_ causes the GUI to update while
// dragging while other times it does not. Not sure why this is
// happening. Forwarding XDND requests manually is very clunky and
// causes different problems.
xcb_generic_event_t* generic_event;
while ((generic_event = xcb_poll_for_event(x11_connection.get())) !=
nullptr) {