[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38143] branches/soc-2011-onion/source/ blender/editors/include/ED_image.h: seems to be a missing declaration of void ED_space_image_enable_island_manager (int state)

Jason Wilkins Jason.A.Wilkins at gmail.com
Wed Jul 6 12:36:28 CEST 2011


Revision: 38143
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38143
Author:   jwilkins
Date:     2011-07-06 10:36:25 +0000 (Wed, 06 Jul 2011)
Log Message:
-----------
seems to be a missing declaration of void ED_space_image_enable_island_manager(int state)

Modified Paths:
--------------
    branches/soc-2011-onion/source/blender/editors/include/ED_image.h

Modified: branches/soc-2011-onion/source/blender/editors/include/ED_image.h
===================================================================
--- branches/soc-2011-onion/source/blender/editors/include/ED_image.h	2011-07-06 10:19:04 UTC (rev 38142)
+++ branches/soc-2011-onion/source/blender/editors/include/ED_image.h	2011-07-06 10:36:25 UTC (rev 38143)
@@ -65,6 +65,8 @@
 int ED_space_image_show_uvedit(struct SpaceImage *sima, struct Object *obedit);
 int ED_space_image_show_uvshadow(struct SpaceImage *sima, struct Object *obedit);
 
+void ED_space_image_enable_island_manager(int state);
+
 /* UI level image (texture) updating... render calls own stuff (too) */
 void ED_image_update_frame(const struct Main *mainp, int cfra);
 




More information about the Bf-blender-cvs mailing list