From 571aead323dd4cb84d2a39894172c119d6dfbab5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 4 Sep 2018 17:57:59 +1000 Subject: UI: support immediate non-overlapping tooltips Use these for the toolbar, since they're non-overlapping the interface, showing them quickly isn't a problem. --- source/blender/windowmanager/WM_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/windowmanager/WM_api.h') diff --git a/source/blender/windowmanager/WM_api.h b/source/blender/windowmanager/WM_api.h index 66e3a77a66a..36f030e4eac 100644 --- a/source/blender/windowmanager/WM_api.h +++ b/source/blender/windowmanager/WM_api.h @@ -628,7 +628,7 @@ typedef struct ARegion *(*wmTooltipInitFn)(struct bContext *, struct ARegion *, void WM_tooltip_timer_init( struct bContext *C, struct wmWindow *win, struct ARegion *ar, - wmTooltipInitFn init); + wmTooltipInitFn init, bool quick); void WM_tooltip_timer_clear(struct bContext *C, struct wmWindow *win); void WM_tooltip_clear(struct bContext *C, struct wmWindow *win); void WM_tooltip_init(struct bContext *C, struct wmWindow *win); -- cgit v1.2.3