Skip to content

tasklist: Fix Wayland window drag and drop

Jeremy White requested to merge jwhite/xfce4-panel:dragdrop2 into master

Under Wayland, manual arranging of window buttons does not work, because every Wayland window was previously assigned an id of 0.

Using the new xfw_window_get_id() call disambiguates Wayland windows and restores the desired behavior.

Fixes issue #845 (closed).

Merge request reports

Loading