Fix T45771: Walk mode fails on OSX

This commit is contained in:
2015-09-08 23:35:49 +10:00
parent 9d8aaf77ac
commit a93e15aee3
3 changed files with 26 additions and 0 deletions

View File

@@ -130,6 +130,7 @@ void WM_paint_cursor_end(struct wmWindowManager *wm, void *handle);
void WM_paint_cursor_tag_redraw(struct wmWindow *win, struct ARegion *ar);
void WM_cursor_warp (struct wmWindow *win, int x, int y);
void WM_cursor_comaptible_xy(wmWindow *win, int *x, int *y);
float WM_cursor_pressure (const struct wmWindow *win);
/* event map */