From edc6512ba6528fce4442f9b20875d1a301a0ceef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Luc=20Peuri=C3=A8re?= Date: Tue, 12 Jun 2007 20:01:28 +0000 Subject: first workable version on Os X work only in non camera mode in 3D view need the external plug-in to be compiled separately line 894 of ghostwinlay.c must be replaced with values adapted at your system see mailing list for features planned and how to use --- intern/ghost/GHOST_C-api.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'intern/ghost/GHOST_C-api.h') diff --git a/intern/ghost/GHOST_C-api.h b/intern/ghost/GHOST_C-api.h index d5fc87c16f6..568437b4231 100644 --- a/intern/ghost/GHOST_C-api.h +++ b/intern/ghost/GHOST_C-api.h @@ -276,8 +276,11 @@ extern void GHOST_OpenNDOF(GHOST_SystemHandle systemhandle, GHOST_WindowHandle windowhandle, GHOST_NDOFLibraryInit_fp setNdofLibraryInit, GHOST_NDOFLibraryShutdown_fp setNdofLibraryShutdown, - GHOST_NDOFDeviceOpen_fp setNdofDeviceOpen, - GHOST_NDOFEventHandler_fp setNdofEventHandler); + GHOST_NDOFDeviceOpen_fp setNdofDeviceOpen + ); + + // original patch only + // GHOST_NDOFEventHandler_fp setNdofEventHandler); /*************************************************************************************** ** Cursor management functionality -- cgit v1.2.3