[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37072] branches/soc-2011-pepper/source/ blender/editors: * Fix compiler warning from previous commit

Joshua Leung aligorith at gmail.com
Wed Jun 1 13:55:29 CEST 2011


Revision: 37072
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37072
Author:   aligorith
Date:     2011-06-01 11:55:28 +0000 (Wed, 01 Jun 2011)
Log Message:
-----------
* Fix compiler warning from previous commit
* For new themes, size of handles in graph editor is now 4. Allows
them to be seen better. (TODO: .b.blend needs updating)

Modified Paths:
--------------
    branches/soc-2011-pepper/source/blender/editors/include/ED_markers.h
    branches/soc-2011-pepper/source/blender/editors/interface/resources.c

Modified: branches/soc-2011-pepper/source/blender/editors/include/ED_markers.h
===================================================================
--- branches/soc-2011-pepper/source/blender/editors/include/ED_markers.h	2011-06-01 08:47:17 UTC (rev 37071)
+++ branches/soc-2011-pepper/source/blender/editors/include/ED_markers.h	2011-06-01 11:55:28 UTC (rev 37072)
@@ -34,6 +34,7 @@
 #define ED_MARKERS_H
 
 struct wmKeyConfig;
+struct wmKeyMap;
 struct bContext;
 struct bAnimContext;
 struct Scene;

Modified: branches/soc-2011-pepper/source/blender/editors/interface/resources.c
===================================================================
--- branches/soc-2011-pepper/source/blender/editors/interface/resources.c	2011-06-01 08:47:17 UTC (rev 37071)
+++ branches/soc-2011-pepper/source/blender/editors/interface/resources.c	2011-06-01 11:55:28 UTC (rev 37072)
@@ -663,7 +663,7 @@
 
 	SETCOL(btheme->tipo.handle_vertex, 		0, 0, 0, 255);
 	SETCOL(btheme->tipo.handle_vertex_select, 255, 133, 0, 255);
-	btheme->tipo.handle_vertex_size= 3;
+	btheme->tipo.handle_vertex_size= 4;
 	
 	SETCOL(btheme->tipo.ds_channel, 	82, 96, 110, 255);
 	SETCOL(btheme->tipo.ds_subchannel,	124, 137, 150, 255);




More information about the Bf-blender-cvs mailing list