Skip to content
  • Vlad Zahorodnii's avatar
    wayland: Plumb some X11 code · 1a4d578b
    Vlad Zahorodnii authored
    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.
    1a4d578b