Add (unused) mode_mask parameter (implicitly documented in ChangeLog.videomask)

This commit is contained in:
Robert Millan 2009-11-26 23:54:26 +00:00
parent e4612999e6
commit f788bf3cd4

View file

@ -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;