From fdb2c24c097d9a4613493659533863efc3c6f809 Mon Sep 17 00:00:00 2001 From: Christoph Lendenfeld Date: Mon, 1 Mar 2021 16:20:55 +0100 Subject: Cleanup: move some drawing code into ed_draw.c Move some drawing code from `area.c` and `ed_util.c` into `ed_draw.c`. This is to support the new generic slider that wil be used in T81785. No functional changes. Reviewed By: #animation_rigging, #user_interface, Severin, sybren Maniphest Tasks: T81785 Differential Revision: https://developer.blender.org/D9313 --- source/blender/editors/space_clip/clip_draw.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_clip') diff --git a/source/blender/editors/space_clip/clip_draw.c b/source/blender/editors/space_clip/clip_draw.c index cbe8ec4ba00..471b4a4bf5b 100644 --- a/source/blender/editors/space_clip/clip_draw.c +++ b/source/blender/editors/space_clip/clip_draw.c @@ -46,6 +46,7 @@ #include "ED_gpencil.h" #include "ED_mask.h" #include "ED_screen.h" +#include "ED_util.h" #include "BIF_glutil.h" -- cgit v1.2.3