From c567cf3fab5b962a4166ef44f45c80941021b60d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 11 Aug 2012 21:35:24 +0000 Subject: code cleanup: WM naming conventions --- source/blender/editors/physics/dynamicpaint_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/physics/dynamicpaint_ops.c') diff --git a/source/blender/editors/physics/dynamicpaint_ops.c b/source/blender/editors/physics/dynamicpaint_ops.c index bc09df734a6..70fe87e5c01 100644 --- a/source/blender/editors/physics/dynamicpaint_ops.c +++ b/source/blender/editors/physics/dynamicpaint_ops.c @@ -299,7 +299,7 @@ static int dynamicPaint_bakeImageSequence(bContext *C, DynamicPaintSurface *surf if (blender_test_break()) return 0; /* Update progress bar cursor */ - WM_timecursor(win, (int)progress); + WM_cursor_time(win, (int)progress); /* calculate a frame */ scene->r.cfra = (int)frame; -- cgit v1.2.3