From 9da0b48712c7878a83a479959e5403af6d12e043 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 25 Dec 2009 10:01:27 +0000 Subject: make the test app compile again svn path=/trunk/libnsfb/; revision=9758 --- src/frontend_sdl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/frontend_sdl.c') diff --git a/src/frontend_sdl.c b/src/frontend_sdl.c index cc73f43..d40eb7b 100644 --- a/src/frontend_sdl.c +++ b/src/frontend_sdl.c @@ -386,6 +386,7 @@ sdlcopy(nsfb_t *nsfb, nsfb_bbox_t *srcbox, nsfb_bbox_t *dstbox) nsfb_plot_add_rect(srcbox, dstbox, &allbox); + /* clear the cursor if its within the region to be altered */ if ((cursor != NULL) && (cursor->plotted == true) && (nsfb_plot_bbox_intersect(&allbox, &cursor->loc))) { -- cgit v1.2.3