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:
Kent Mein 2004-02-23 14:10:00 +00:00
parent ce6eaaad57
commit 50549b602a
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ setWindowCustomCursorShape(
setWindowCustomCursorShape((GHOST_TUns8*)bitmap, (GHOST_TUns8*)mask,
16, 16, hotX, hotY, 0, 1);
return GHOST_kSuccess;
}
GHOST_TSuccess