| 151 | MoveScrollUPP; /* scrolling callback, init'ed in InitMac */ |
| 152 | |
| 153 | void |
| 154 | lock_mouse_cursor(Boolean new_cursor_locked) |
| 155 | { |
| 156 | cursor_locked = new_cursor_locked; |
| 157 | } |
| 158 | |
| 159 | /* |
| 160 | * Add key to input queue, force means flush left and replace if full |