]> glassweightruler.freedombox.rocks Git - Ventoy.git/commit
Add mouse support for uefi (#1457)
authorA1ive <10670106+a1ive@users.noreply.github.com>
Tue, 29 Mar 2022 14:49:37 +0000 (22:49 +0800)
committerGitHub <noreply@github.com>
Tue, 29 Mar 2022 14:49:37 +0000 (22:49 +0800)
commita20592ecd18a82a62d84b1a6087ff2e608d633b4
tree57afbd0600c1ae4aedad4c94d17aba0d09eeb2d5
parented1aa3d5be7daa8ffd0b3d050609cd9eab492e79
Add mouse support for uefi (#1457)

* fix gcc11 warnings

* add mouse support for uefi
GRUB2/MOD_SRC/grub-2.04/grub-core/Makefile.core.def
GRUB2/MOD_SRC/grub-2.04/grub-core/fs/fshelp.c
GRUB2/MOD_SRC/grub-2.04/grub-core/kern/disk.c
GRUB2/MOD_SRC/grub-2.04/grub-core/term/efi/mouse.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy_cmd.c
GRUB2/MOD_SRC/grub-2.04/install.sh
GRUB2/MOD_SRC/grub-2.04/util/grub-install.c