From ac224a64f408fcc8f90f7ea0124cbe4b9ef1e811 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 10 Apr 2013 16:59:55 +0000 Subject: Fix #34941: Space.draw_handler_add now supports PRE_VIEW and POST_VIEW callbacks for more editors: timeline, graph, action, NLA, sequencer, image, clip. --- source/blender/editors/include/ED_mask.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/ED_mask.h b/source/blender/editors/include/ED_mask.h index 6644f59be94..420ab24e5e9 100644 --- a/source/blender/editors/include/ED_mask.h +++ b/source/blender/editors/include/ED_mask.h @@ -58,7 +58,7 @@ void ED_mask_draw_region(struct Mask *mask, struct ARegion *ar, const char draw_flag, const char draw_type, const int width_i, const int height_i, const float aspx, const float aspy, - const short do_scale_applied, const short do_post_draw, + const short do_scale_applied, const short do_draw_cb, float stabmat[4][4], const struct bContext *C); -- cgit v1.2.3