From 3f7cc9b217fa5039a64df0d83001db56b30ecbc2 Mon Sep 17 00:00:00 2001 From: Robert Wenzlaff Date: Fri, 26 Dec 2003 22:41:51 +0000 Subject: Bugfix: Error in cursor port, only showed up under cygwin. --- intern/ghost/intern/GHOST_WindowWin32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern') diff --git a/intern/ghost/intern/GHOST_WindowWin32.h b/intern/ghost/intern/GHOST_WindowWin32.h index 2ecd02b22da..b96e0f401ea 100644 --- a/intern/ghost/intern/GHOST_WindowWin32.h +++ b/intern/ghost/intern/GHOST_WindowWin32.h @@ -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, -- cgit v1.2.3