Bugfix: Error in cursor port, only showed up under cygwin.

This commit is contained in:
Robert Wenzlaff
2003-12-26 22:41:51 +00:00
parent ce041f555c
commit 3f7cc9b217

View File

@@ -249,7 +249,7 @@ protected:
*/
virtual GHOST_TSuccess setWindowCustomCursorShape(GHOST_TUns8 bitmap[16][2], GHOST_TUns8 mask[16][2], int hotX, int hotY);
virtual setWindowCustomCursorShape(
virtual GHOST_TSuccess setWindowCustomCursorShape(
GHOST_TUns8 *bitmap,
GHOST_TUns8 *mask,
int sizex,