Skip to content

wayland: Plumb some X11 code

Vlad Zahorodnii requested to merge work/plumb-x11-code into master

Things such as move and resize are implemented on Wayland using event filters that handle both X11 and Wayland clients.

Having both code paths enabled results in things getting performed twice, e.g. window actions are executed twice, first in X11Client and the second time in WindowActionsEventFilter.

This also fixes warnings produced by KKeyServer about an unsupported platform.

cc #19

Merge request reports

Loading