aboutsummaryrefslogtreecommitdiffstats
path: root/hwcursor.h
blob: 557c7d39250a20cd766b0ad39f83276f5058fe83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef __HWCURSOR_INCLUDED__
#define __HWCURSOR_INCLUDED__

void SVGA_UpdateLongRect(longRECT __far *rect);
BOOL hwcursor_move(WORD absX, WORD absY);
BOOL hwcursor_load(CURSORSHAPE __far *lpCursor);
void hwcursor_update();
BOOL hwcursor_available();

#endif