Searched defs:background (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c86 int foreground = (63 << 16) | (63 << 8) | (63), background = 0, border = 0; variable
157 * Set VGA palette color 0 to be the system background color, 15 to be the
161 * its new colors; if not, set them to the background color.
164 graphics_set_palette(0, PALETTE_RED(background),
165 PALETTE_GREEN(background), PALETTE_BLUE(background));
168 color = (image_read ? splash_palette[index] : background);
563 /* check for foreground and background keywords in a trailing comment */
586 if (cp = strstr(tail, "background")) {
596 background
[all...]

Completed in 16 milliseconds