| 76 | } |
| 77 | |
| 78 | static void |
| 79 | userpan(boolean on) |
| 80 | { |
| 81 | #ifdef SCREEN_VGA |
| 82 | if (iflags.usevga) |
| 83 | vga_userpan(on); |
| 84 | #endif |
| 85 | #ifdef SCREEN_VESA |
| 86 | if (iflags.usevesa) |
| 87 | vesa_userpan(on); |
| 88 | #endif |
| 89 | } |
| 90 | |
| 91 | static void |
| 92 | overview(boolean on) |
no test coverage detected