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:
authorKent Mein <mein@cs.umn.edu>2004-02-23 17:10:00 +0300
committerKent Mein <mein@cs.umn.edu>2004-02-23 17:10:00 +0300
commit50549b602aeba96227cdc802bc28ea7b1a39b2d7 (patch)
treec4ce154577508551579f573a86a47e8f77ca07c4 /intern
parentce6eaaad57a177977db6a5ffd4edb0c3327d796a (diff)
Added a return GHOST_kSuccess;
to setWindowCustomCursorShape Sun's compiler complained that it didn't return anything even though it was suppose to. Kent
Diffstat (limited to 'intern')
-rwxr-xr-xintern/ghost/intern/GHOST_WindowX11.cpp2
1 files changed, 1 insertions, 1 deletions
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