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);
 

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to