blob: 579914eca0b132526f1f940020f7b2dd194457cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
*/
|