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:
authorRichard Antalik <richardantalik@gmail.com>2022-03-29 02:48:54 +0300
committerRichard Antalik <richardantalik@gmail.com>2022-03-29 02:48:54 +0300
commit0d80c4dbc68aa3a3555fe49f5b4d6a471f3536bc (patch)
tree952672b11ba4da01102939cca7387cdf217d01f0 /source/blender/editors/include/ED_time_scrub_ui.h
parent75ecace309c7d88e864d1ad4ebac9c7577a0e5a8 (diff)
Diffstat (limited to 'source/blender/editors/include/ED_time_scrub_ui.h')
-rw-r--r--source/blender/editors/include/ED_time_scrub_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_time_scrub_ui.h b/source/blender/editors/include/ED_time_scrub_ui.h
index 596fdd87afc..efc972ef69d 100644
--- a/source/blender/editors/include/ED_time_scrub_ui.h
+++ b/source/blender/editors/include/ED_time_scrub_ui.h
@@ -14,6 +14,7 @@ extern "C" {
struct bContext;
struct bDopeSheet;
struct wmEvent;
+struct rcti;
void ED_time_scrub_draw_current_frame(const struct ARegion *region,
const struct Scene *scene,
@@ -29,6 +30,7 @@ bool ED_time_scrub_event_in_region(const struct ARegion *region, const struct wm
void ED_time_scrub_channel_search_draw(const struct bContext *C,
struct ARegion *region,
struct bDopeSheet *dopesheet);
+void ED_time_scrub_region_rect_get(const struct ARegion *region, struct rcti *rect);
#ifdef __cplusplus
}