* Use the window - unlock pixels */
| 452 | * Use the window - unlock pixels |
| 453 | */ |
| 454 | static void |
| 455 | select_onscreen_window(tty_record *record) |
| 456 | { |
| 457 | if (record->uses_gworld) { |
| 458 | use_port(record, record->its_window_world); |
| 459 | SetPortWindowPort(record->its_window); |
| 460 | } else { |
| 461 | use_port(record, record->its_window); |
| 462 | } |
| 463 | } |
| 464 | |
| 465 | /* |
| 466 | * Do bits copy depending on if we're using color or not |
no test coverage detected