| 2926 | #else |
| 2927 | |
| 2928 | static void |
| 2929 | macKeyText(EventRecord *theEvent, WindowPtr theWindow) |
| 2930 | { |
| 2931 | TextKey(GetNhWin(theWindow), theEvent->message & 0xff); |
| 2932 | return; |
| 2933 | } |
| 2934 | |
| 2935 | static void |
| 2936 | macClickText(EventRecord *theEvent, WindowPtr theWindow) |