rayzor

changeset 8:fcd06a15dfdd

added missing set_mouse_limits to dosemu.c
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 07 Apr 2014 08:46:06 +0300
parents 75bc89c2abc4
children 70e332156d02
files src/dosemu/dosemu.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/src/dosemu/dosemu.c	Mon Apr 07 08:05:06 2014 +0300
     1.2 +++ b/src/dosemu/dosemu.c	Mon Apr 07 08:46:06 2014 +0300
     1.3 @@ -346,6 +346,10 @@
     1.4  	return 1;
     1.5  }
     1.6  
     1.7 +void set_mouse_limits(int xmin, int ymin, int xmax, int ymax)
     1.8 +{
     1.9 +}
    1.10 +
    1.11  void set_mouse(int x, int y)
    1.12  {
    1.13  	SDL_ShowCursor(0);