Ticket #2685: patch-putt-main.c
| File patch-putt-main.c, 446 bytes (added by mvitocruz@…, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | --- putt/main.c.old Sat Feb 12 23:07:56 2005 |
| 2 | +++ putt/main.c Sat Feb 12 23:08:05 2005 |
| 3 | @@ -103,11 +103,7 @@ |
| 4 | { |
| 5 | case SDL_MOUSEMOTION: |
| 6 | st_point(+e.motion.x, |
| 7 | -#ifdef __APPLE__ |
| 8 | - +e.motion.y, |
| 9 | -#else |
| 10 | -e.motion.y + config_get_d(CONFIG_HEIGHT), |
| 11 | -#endif |
| 12 | +e.motion.xrel, |
| 13 | -e.motion.yrel); |
| 14 | break; |

