From dd43faa85555f1c9504eca4bf46201d1b6e0a253 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Wed, 1 Jun 2011 11:55:28 +0000 Subject: * 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) --- source/blender/editors/include/ED_markers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/include/ED_markers.h') diff --git a/source/blender/editors/include/ED_markers.h b/source/blender/editors/include/ED_markers.h index 8476e67acd5..a8e91add348 100644 --- a/source/blender/editors/include/ED_markers.h +++ b/source/blender/editors/include/ED_markers.h @@ -34,6 +34,7 @@ #define ED_MARKERS_H struct wmKeyConfig; +struct wmKeyMap; struct bContext; struct bAnimContext; struct Scene; -- cgit v1.2.3