Skip to content

DragWlToX: Do not send position before enter

David Redondo requested to merge work/nopositionbeforeenter into master

According to the spec, enter has to be send before position. Sending position first seems to confuse clients, before this change X windows only seemed to get data when the pointer left and entered them for a second time. Now it works straight away. BUG:437406

Merge request reports