Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorRobert Wenzlaff <rwenzlaff@soylent-green.com>2003-12-27 01:41:51 +0300
committerRobert Wenzlaff <rwenzlaff@soylent-green.com>2003-12-27 01:41:51 +0300
commit3f7cc9b217fa5039a64df0d83001db56b30ecbc2 (patch)
tree5b5fb02fc81d4b5d25666bcadf269ea22a85ed73 /intern
parentce041f555ce15b218bceaff54d6c1ca2dcc492a0 (diff)
Bugfix: Error in cursor port, only showed up under cygwin.
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_WindowWin32.h2
1 files changed, 1 insertions, 1 deletions
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,