Skip to content

Move Xkb::LEDs enum to KWin namespace

Vlad Zahorodnii requested to merge work/zzag/no-keyboard-input into master

With the LEDs enum being defined in kwinglobals.h, wayland_server.h won't need to include keyboard_input.h, which is good for compilation times and wayland_server.h will drag less stuff, e.g. QtWidgets (input.h includes QAction)

Merge request reports