| 2284 | #else |
| 2285 | |
| 2286 | static void |
| 2287 | macClickTerm(EventRecord *theEvent, WindowPtr theWindow) |
| 2288 | { |
| 2289 | Point where = theEvent->where; |
| 2290 | |
| 2291 | GlobalToLocal(&where); |
| 2292 | BaseClick(GetNhWin(theWindow), where, theEvent->modifiers); |
| 2293 | return; |
| 2294 | } |
| 2295 | |
| 2296 | static void |
| 2297 | macCursorTerm(EventRecord *theEvent, WindowPtr theWindow, RgnHandle mouseRgn) |