| 89 | } |
| 90 | |
| 91 | static void |
| 92 | overview(boolean on) |
| 93 | { |
| 94 | #ifdef SCREEN_VGA |
| 95 | if (iflags.usevga) |
| 96 | vga_overview(on); |
| 97 | #endif |
| 98 | #ifdef SCREEN_VESA |
| 99 | if (iflags.usevesa) |
| 100 | vesa_overview(on); |
| 101 | #endif |
| 102 | } |
| 103 | |
| 104 | static void |
| 105 | traditional(boolean on) |
no test coverage detected