ARGSUSED*/
| 2507 | |
| 2508 | /*ARGSUSED*/ |
| 2509 | void |
| 2510 | msgkey(Widget w, XtPointer data, XEvent *event, Boolean *continue_to_dispatch) |
| 2511 | { |
| 2512 | Cardinal num = 0; |
| 2513 | |
| 2514 | nhUse(w); |
| 2515 | nhUse(data); |
| 2516 | nhUse(continue_to_dispatch); |
| 2517 | |
| 2518 | map_input(window_list[WIN_MAP].w, event, (String *) 0, &num); |
| 2519 | } |
| 2520 | |
| 2521 | /* only called for autofocus */ |
| 2522 | /*ARGSUSED*/ |
nothing calls this directly
no test coverage detected