backends/native: Add distinct meta-input-thread.h header

Make it impossible to add individual includes of input thread objects.
This must go through meta-input-thread.h now, which should be enough
to make anyone think it twice.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1403>
This commit is contained in:
Carlos Garnacho
2020-11-20 23:53:46 +01:00
committed by Marge Bot
parent c03be03cd3
commit 8b6ea12fac
18 changed files with 67 additions and 23 deletions

View File

@ -22,7 +22,7 @@
#include "config.h"
#include "backends/meta-keymap-utils.h"
#include "backends/native/meta-keymap-native.h"
#include "backends/native/meta-input-thread.h"
#include "backends/native/meta-seat-native.h"
static const char *option_xkb_layout = "us";