[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19172] branches/blender2.5/blender/intern /ghost/intern/GHOST_SystemCarbon.h: 2.5: fix for compiling Carbon clipboard code, forgot to update this line.

Brecht Van Lommel brecht at blender.org
Mon Mar 2 15:35:10 CET 2009


Revision: 19172
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19172
Author:   blendix
Date:     2009-03-02 15:34:33 +0100 (Mon, 02 Mar 2009)

Log Message:
-----------
2.5: fix for compiling Carbon clipboard code, forgot to update this line.

Modified Paths:
--------------
    branches/blender2.5/blender/intern/ghost/intern/GHOST_SystemCarbon.h

Modified: branches/blender2.5/blender/intern/ghost/intern/GHOST_SystemCarbon.h
===================================================================
--- branches/blender2.5/blender/intern/ghost/intern/GHOST_SystemCarbon.h	2009-03-02 13:55:53 UTC (rev 19171)
+++ branches/blender2.5/blender/intern/ghost/intern/GHOST_SystemCarbon.h	2009-03-02 14:34:33 UTC (rev 19172)
@@ -177,9 +177,9 @@
 	/**
 	 * Puts buffer to system clipboard
 	 * @param buffer	The buffer to be copied
-	 * @param flag		Indicates which buffer to copy too Only used on X11
+	 * @param selection	Indicates which buffer to copy too, only used on X11
 	 */
-	virtual void putClipboard(GHOST_TInt8 *buffer, int flag) const;
+	virtual void putClipboard(GHOST_TInt8 *buffer, bool selection) const;
 
 protected:
 	/**





More information about the Bf-blender-cvs mailing list