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
diff options
context:
space:
mode:
authorJean-Luc Peurière <jlp@nerim.net>2008-03-13 18:40:24 +0300
committerJean-Luc Peurière <jlp@nerim.net>2008-03-13 18:40:24 +0300
commit526d0bec4722900a86d81ff0f5d71504b2b4ad8c (patch)
tree726fc6e9434695b358d3b9e15eb51526fffe6d67 /intern/ghost/GHOST_ISystem.h
parent09bb791249da886521759ead88b9b36673f6968f (diff)
final (??) work on NDOF branch
it is now in a state where it can be safely merged with trunk. Note: basic icons were provided but I'm not an icondesigner and working in a 16x15 grid is way too small for me, so feel free to change them.
Diffstat (limited to 'intern/ghost/GHOST_ISystem.h')
-rw-r--r--intern/ghost/GHOST_ISystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/GHOST_ISystem.h b/intern/ghost/GHOST_ISystem.h
index 541a78cbaa9..381aac64de0 100644
--- a/intern/ghost/GHOST_ISystem.h
+++ b/intern/ghost/GHOST_ISystem.h
@@ -302,7 +302,7 @@ public:
/**
* Starts the N-degree of freedom device manager
*/
- virtual void openNDOF(GHOST_IWindow*,
+ virtual int openNDOF(GHOST_IWindow*,
GHOST_NDOFLibraryInit_fp setNdofLibraryInit,
GHOST_NDOFLibraryShutdown_fp setNdofLibraryShutdown,
GHOST_NDOFDeviceOpen_fp setNdofDeviceOpen