# HG changeset patch # User John Tsiombikas # Date 1396849566 -10800 # Node ID fcd06a15dfdd49228ccb3e859449c8dfa6dd5e54 # Parent 75bc89c2abc466d84be89e0600ac70d05cbe7f5f added missing set_mouse_limits to dosemu.c diff -r 75bc89c2abc4 -r fcd06a15dfdd src/dosemu/dosemu.c --- a/src/dosemu/dosemu.c Mon Apr 07 08:05:06 2014 +0300 +++ b/src/dosemu/dosemu.c Mon Apr 07 08:46:06 2014 +0300 @@ -346,6 +346,10 @@ return 1; } +void set_mouse_limits(int xmin, int ymin, int xmax, int ymax) +{ +} + void set_mouse(int x, int y) { SDL_ShowCursor(0);