From 0f3db39f79300a8354812050cf15e3e060e71442 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 4 Dec 2009 11:12:07 +0000 Subject: Improve cursor handling Improve screen copy handling and API svn path=/trunk/libnsfb/; revision=9714 --- include/cursor.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/cursor.h') diff --git a/include/cursor.h b/include/cursor.h index d22d5e6..e3a8a04 100644 --- a/include/cursor.h +++ b/include/cursor.h @@ -30,7 +30,10 @@ struct nsfb_cursor_s { }; -/** plot the cursor saving the image underneath. */ +/** Plot the cursor saving the image underneath. */ bool nsfb_cursor_plot(nsfb_t *nsfb, struct nsfb_cursor_s *cursor); +/** Clear the cursor restoring the image underneath */ +bool nsfb_cursor_clear(nsfb_t *nsfb, struct nsfb_cursor_s *cursor); + #endif /* CURSOR_H */ -- cgit v1.2.3