[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11219] branches/ndof/intern/ghost/intern/ GHOST_NDOFManager.cpp:

JLuc Peuriere jlp at nerim.net
Tue Jul 10 23:04:32 CEST 2007


Revision: 11219
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11219
Author:   lukep
Date:     2007-07-10 23:04:32 +0200 (Tue, 10 Jul 2007)

Log Message:
-----------

forgot a needed include in the patch

Modified Paths:
--------------
    branches/ndof/intern/ghost/intern/GHOST_NDOFManager.cpp

Modified: branches/ndof/intern/ghost/intern/GHOST_NDOFManager.cpp
===================================================================
--- branches/ndof/intern/ghost/intern/GHOST_NDOFManager.cpp	2007-07-10 20:45:41 UTC (rev 11218)
+++ branches/ndof/intern/ghost/intern/GHOST_NDOFManager.cpp	2007-07-10 21:04:32 UTC (rev 11219)
@@ -27,6 +27,10 @@
 // the variable is outside the class because it must be accessed from plugin
 static volatile GHOST_TEventNDOFData currentNdofValues = {0,0,0,0,0,0,0,0,0,0,0};
 
+#if !defined(_WIN32) && !defined(__APPLE__)
+#include "GHOST_SystemX11.h"
+#endif
+
 namespace
 {
     GHOST_NDOFLibraryInit_fp ndofLibraryInit = 0;





More information about the Bf-blender-cvs mailing list