keybindings: Move X11 bits to a separate header

Reduces the noise in terms of ifdef and makes it much easier
to spot which X11 bits are still mixed in the generic
keybindings file

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3776>
This commit is contained in:
Bilal Elmoussaoui
2024-06-10 12:06:16 +02:00
parent beae45a060
commit fd9957b81a
11 changed files with 575 additions and 532 deletions

View File

@ -61,6 +61,7 @@
#include "x11/events.h"
#include "x11/group-props.h"
#include "x11/meta-x11-frame.h"
#include "x11/meta-x11-keybindings-private.h"
#include "x11/meta-x11-selection-private.h"
#include "x11/window-props.h"
#include "x11/window-x11.h"