merge 10_videomask info efigfx
This commit is contained in:
commit
b8576d05c9
2 changed files with 2 additions and 2 deletions
|
@ -185,7 +185,7 @@ grub_video_gop_fill_mode_info (struct grub_efi_gop_mode_info *in,
|
||||||
|
|
||||||
static grub_err_t
|
static grub_err_t
|
||||||
grub_video_gop_setup (unsigned int width, unsigned int height,
|
grub_video_gop_setup (unsigned int width, unsigned int height,
|
||||||
unsigned int mode_type)
|
unsigned int mode_type, unsigned int mode_mask __attribute__ ((unused)))
|
||||||
{
|
{
|
||||||
unsigned int depth;
|
unsigned int depth;
|
||||||
struct grub_efi_gop_mode_info *info = NULL;
|
struct grub_efi_gop_mode_info *info = NULL;
|
||||||
|
|
|
@ -198,7 +198,7 @@ grub_video_uga_fini (void)
|
||||||
|
|
||||||
static grub_err_t
|
static grub_err_t
|
||||||
grub_video_uga_setup (unsigned int width, unsigned int height,
|
grub_video_uga_setup (unsigned int width, unsigned int height,
|
||||||
unsigned int mode_type)
|
unsigned int mode_type, unsigned int mode_mask __attribute__ ((unused)))
|
||||||
{
|
{
|
||||||
unsigned int depth;
|
unsigned int depth;
|
||||||
int found = 0;
|
int found = 0;
|
||||||
|
|
Loading…
Reference in a new issue