xref: /inferno-os/os/js/softcursor.h (revision 6e425a9de8c003b5a733621a6b6730ec3cc902b8)
1 /*
2  * this should be #define'd to nothing if you have a hardware cursor
3  */
4 
5 void	cursormaybeoff(Rectangle*, Memimage*, Rectangle, Memimage*, Point*);
6 
7 /*
8  * also, you should #define cussoron() and cursoroff() to nothing
9  * if you have a hardware cursor.. This isn't as bad as it sounds, because
10  * this file is only included in port/devdraw.c, and it doesn't need to
11  * touch the cursor if it's a hardware cursor
12  *	-Tad
13  */
14