(str)
| 526 | extern boolean run_from_desktop; |
| 527 | |
| 528 | void |
| 529 | Gem_exit_nhwindows(str) |
| 530 | const char *str; |
| 531 | { |
| 532 | if (str) |
| 533 | Gem_raw_print(str); |
| 534 | mar_exit_nhwindows(); |
| 535 | if (iflags.toptenwin) |
| 536 | run_from_desktop = FALSE; |
| 537 | iflags.window_inited = 0; |
| 538 | } |
| 539 | |
| 540 | winid |
| 541 | Gem_create_nhwindow(type) |
no test coverage detected