mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Change todo regarding drag-and-drop
This commit is contained in:
@@ -137,11 +137,10 @@ void Editor::handle_events() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Handle X11 events
|
// Handle X11 events
|
||||||
// TODO: Check if we should forward other events mostly to prevent
|
// TODO: Initiating drag-and-drop _sometimes_ causes the GUI to update while
|
||||||
// unnecessary GUI processing in the background. Since `effEditIdle`
|
// dragging while other times it does not. Not sure why this is
|
||||||
// should only be called when the plugin's editor is open this should
|
// happening. Forwarding XDND requests manually is very clunky and
|
||||||
// not cause any different in CPU though.
|
// causes different problems.
|
||||||
// TODO: Check whether drag and drop works out of the box
|
|
||||||
xcb_generic_event_t* generic_event;
|
xcb_generic_event_t* generic_event;
|
||||||
while ((generic_event = xcb_poll_for_event(x11_connection.get())) !=
|
while ((generic_event = xcb_poll_for_event(x11_connection.get())) !=
|
||||||
nullptr) {
|
nullptr) {
|
||||||
|
|||||||
Reference in New Issue
Block a user