From 74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 21:39:35 +0000 Subject: 20060303 --- os/js/softcursor.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 os/js/softcursor.h (limited to 'os/js/softcursor.h') diff --git a/os/js/softcursor.h b/os/js/softcursor.h new file mode 100644 index 00000000..579914ec --- /dev/null +++ b/os/js/softcursor.h @@ -0,0 +1,13 @@ +/* + * this should be #define'd to nothing if you have a hardware cursor + */ + +void cursormaybeoff(Rectangle*, Memimage*, Rectangle, Memimage*, Point*); + +/* + * also, you should #define cussoron() and cursoroff() to nothing + * if you have a hardware cursor.. This isn't as bad as it sounds, because + * this file is only included in port/devdraw.c, and it doesn't need to + * touch the cursor if it's a hardware cursor + * -Tad + */ -- cgit v1.2.3