mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 12:10:09 +02:00
Change todo regarding drag-and-drop
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user