[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [36429] trunk/blender/intern/ghost/intern: Also add build fix for OSX (not-tested, so OSXers, please do test).

Nathan Letwory nathan at letworyinteractive.com
Mon May 2 10:39:17 CEST 2011


Revision: 36429
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=36429
Author:   jesterking
Date:     2011-05-02 08:39:17 +0000 (Mon, 02 May 2011)
Log Message:
-----------
Also add build fix for OSX (not-tested, so OSXers, please do test).

Modified Paths:
--------------
    trunk/blender/intern/ghost/intern/GHOST_SystemCarbon.h
    trunk/blender/intern/ghost/intern/GHOST_SystemCocoa.h

Modified: trunk/blender/intern/ghost/intern/GHOST_SystemCarbon.h
===================================================================
--- trunk/blender/intern/ghost/intern/GHOST_SystemCarbon.h	2011-05-02 08:37:44 UTC (rev 36428)
+++ trunk/blender/intern/ghost/intern/GHOST_SystemCarbon.h	2011-05-02 08:39:17 UTC (rev 36429)
@@ -191,6 +191,11 @@
 	 */
 	virtual void putClipboard(GHOST_TInt8 *buffer, bool selection) const;
 
+	/**
+	 * @see GHOST_ISystem
+	 */
+	int toggleConsole(int action) { return 0; }
+
 protected:
 	/**
 	 * Initializes the system.

Modified: trunk/blender/intern/ghost/intern/GHOST_SystemCocoa.h
===================================================================
--- trunk/blender/intern/ghost/intern/GHOST_SystemCocoa.h	2011-05-02 08:37:44 UTC (rev 36428)
+++ trunk/blender/intern/ghost/intern/GHOST_SystemCocoa.h	2011-05-02 08:39:17 UTC (rev 36429)
@@ -227,6 +227,11 @@
      * @return Indication whether the event was handled. 
      */
     GHOST_TSuccess handleApplicationBecomeActiveEvent();
+
+	/**
+	 * @see GHOST_ISystem
+	 */
+	int toggleConsole(int action) { return 0; }
 	
 	
 protected:




More information about the Bf-blender-cvs mailing list