From 50549b602aeba96227cdc802bc28ea7b1a39b2d7 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Mon, 23 Feb 2004 14:10:00 +0000 Subject: Added a return GHOST_kSuccess; to setWindowCustomCursorShape Sun's compiler complained that it didn't return anything even though it was suppose to. Kent --- intern/ghost/intern/GHOST_WindowX11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern') diff --git a/intern/ghost/intern/GHOST_WindowX11.cpp b/intern/ghost/intern/GHOST_WindowX11.cpp index e4122992378..373506f370e 100755 --- a/intern/ghost/intern/GHOST_WindowX11.cpp +++ b/intern/ghost/intern/GHOST_WindowX11.cpp @@ -687,7 +687,7 @@ setWindowCustomCursorShape( setWindowCustomCursorShape((GHOST_TUns8*)bitmap, (GHOST_TUns8*)mask, 16, 16, hotX, hotY, 0, 1); - + return GHOST_kSuccess; } GHOST_TSuccess -- cgit v1.2.3