[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21975] branches/blender2.5/blender/source /blender/windowmanager/WM_api.h: 2.5

Ton Roosendaal ton at blender.org
Tue Jul 28 18:50:14 CEST 2009


Revision: 21975
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21975
Author:   ton
Date:     2009-07-28 18:50:13 +0200 (Tue, 28 Jul 2009)

Log Message:
-----------
2.5

Fix in include file, missing 'struct'

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/windowmanager/WM_api.h

Modified: branches/blender2.5/blender/source/blender/windowmanager/WM_api.h
===================================================================
--- branches/blender2.5/blender/source/blender/windowmanager/WM_api.h	2009-07-28 16:48:02 UTC (rev 21974)
+++ branches/blender2.5/blender/source/blender/windowmanager/WM_api.h	2009-07-28 16:50:13 UTC (rev 21975)
@@ -100,7 +100,7 @@
 
 const char	*WM_key_event_string(short type);
 char		*WM_key_event_operator_string(const struct bContext *C, const char *opname, int opcontext, struct IDProperty *properties, char *str, int len);
-void		WM_key_event_operator_change(const bContext *C, const char *opname, int opcontext, struct IDProperty *properties, short key, short modifier);
+void		WM_key_event_operator_change(const struct bContext *C, const char *opname, int opcontext, struct IDProperty *properties, short key, short modifier);
 
 			/* handlers */
 





More information about the Bf-blender-cvs mailing list