Add (unused) mode_mask parameter (implicitly documented in ChangeLog.videomask)
This commit is contained in:
parent
e4612999e6
commit
f788bf3cd4
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ grub_video_efi_fini (void)
|
|||
|
||||
static grub_err_t
|
||||
grub_video_efi_setup (unsigned int width, unsigned int height,
|
||||
unsigned int mode_type)
|
||||
unsigned int mode_type, unsigned int mode_mask __attribute__ ((unused)))
|
||||
{
|
||||
unsigned int depth;
|
||||
int found = 0;
|
||||
|
|
Loading…
Reference in a new issue