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:

committed by
Marge Bot

parent
c03be03cd3
commit
8b6ea12fac
@ -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";
|
||||
|
Reference in New Issue
Block a user