Skip to content

tasklist: Fix Wayland window drag and drop

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

Manual arranging of window buttons failed under Wayland, because tasklist_window_get_xid() provided 0 for all windows, since Wayland does not provide a window id.

Renamed to tasklist_window_get_wid() and used the window pointer itself as sufficient proxy for window id.

Fixes: #845 (closed)

Merge request reports

Loading