Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-02-26 08:50:36 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-26 08:55:58 +0300
commit7cb55a79d82d3e2e9d330368492210b17f6e1eac (patch)
tree6de4d3b7c09853a0fe15a0d4e26bdaa3af757a80 /source/blender/editors/render/render_internal.c
parent9059ee81ef6be5c1eb6157db426165f5a9c2b74a (diff)
Cleanup: use boolean arguments
Diffstat (limited to 'source/blender/editors/render/render_internal.c')
-rw-r--r--source/blender/editors/render/render_internal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/render/render_internal.c b/source/blender/editors/render/render_internal.c
index 50ba5907703..b525d8a373e 100644
--- a/source/blender/editors/render/render_internal.c
+++ b/source/blender/editors/render/render_internal.c
@@ -800,7 +800,7 @@ static int render_break(void *UNUSED(rjv))
/* runs in thread, no cursor setting here works. careful with notifiers too (malloc conflicts) */
/* maybe need a way to get job send notifier? */
-static void render_drawlock(void *rjv, int lock)
+static void render_drawlock(void *rjv, bool lock)
{
RenderJob *rj = rjv;