2006-08-01 Pelletier Vincent <subdino2004@yahoo.fr>
* kern/ieee1275/ieee1275.c (grub_ieee1275_set_color): IEEE1275 "color!" method does not return any value.
This commit is contained in:
parent
ad2a06edba
commit
29dda3ed74
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-08-01 Pelletier Vincent <subdino2004@yahoo.fr>
|
||||
|
||||
* kern/ieee1275/ieee1275.c (grub_ieee1275_set_color): IEEE1275
|
||||
"color!" method does not return any value.
|
||||
|
||||
2006-07-29 Vesa Jaaskelainen <chaac@nic.fi>
|
||||
|
||||
* include/grub/bitmap.h: New file.
|
||||
|
|
|
@ -540,11 +540,10 @@ grub_ieee1275_set_color (grub_ieee1275_ihandle_t ihandle,
|
|||
grub_ieee1275_cell_t b;
|
||||
grub_ieee1275_cell_t g;
|
||||
grub_ieee1275_cell_t r;
|
||||
grub_ieee1275_cell_t result;
|
||||
}
|
||||
args;
|
||||
|
||||
INIT_IEEE1275_COMMON (&args.common, "call-method", 6, 1);
|
||||
INIT_IEEE1275_COMMON (&args.common, "call-method", 6, 0);
|
||||
args.method = "color!";
|
||||
args.ihandle = ihandle;
|
||||
args.index = index;
|
||||
|
|
Loading…
Reference in a new issue