mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-10 13:29:48 -05:00
Fix default input device path.
This commit is contained in:
parent
a7700c8ff1
commit
64949978f4
1 changed files with 2 additions and 1 deletions
|
|
@ -1065,7 +1065,8 @@ pick_config(struct egl_compositor *ec)
|
||||||
static const char gem_device[] = "/dev/dri/card0";
|
static const char gem_device[] = "/dev/dri/card0";
|
||||||
|
|
||||||
static const char *macbook_air_default_input_device[] = {
|
static const char *macbook_air_default_input_device[] = {
|
||||||
"pci-0000:00:1d.0-usb-0:2:1*event*"
|
"pci-0000:00:1d.2-usb-0:2:1*event*",
|
||||||
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char *option_background = "background.jpg";
|
static const char *option_background = "background.jpg";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue