Added a return GHOST_kSuccess;
to setWindowCustomCursorShape Sun's compiler complained that it didn't return anything even though it was suppose to. Kent
This commit is contained in:
@@ -687,7 +687,7 @@ setWindowCustomCursorShape(
|
|||||||
|
|
||||||
setWindowCustomCursorShape((GHOST_TUns8*)bitmap, (GHOST_TUns8*)mask,
|
setWindowCustomCursorShape((GHOST_TUns8*)bitmap, (GHOST_TUns8*)mask,
|
||||||
16, 16, hotX, hotY, 0, 1);
|
16, 16, hotX, hotY, 0, 1);
|
||||||
|
return GHOST_kSuccess;
|
||||||
}
|
}
|
||||||
|
|
||||||
GHOST_TSuccess
|
GHOST_TSuccess
|
||||||
|
Reference in New Issue
Block a user