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>2018-07-09 19:13:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-09 19:14:41 +0300
commit113b053d5b4681022679405c4587cf50ba112418 (patch)
treeeb263abe45746d37ebf9e4ba939c9934c41eb314 /source/blender/windowmanager/WM_api.h
parent12d4ebcaa3a5c6629399e55d405119d3bc1125a9 (diff)
WM: add utility function to refresh status bar
Diffstat (limited to 'source/blender/windowmanager/WM_api.h')
-rw-r--r--source/blender/windowmanager/WM_api.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/windowmanager/WM_api.h b/source/blender/windowmanager/WM_api.h
index 1f5e3aa2461..6d577afdbf9 100644
--- a/source/blender/windowmanager/WM_api.h
+++ b/source/blender/windowmanager/WM_api.h
@@ -608,7 +608,8 @@ bool WM_event_is_ime_switch(const struct wmEvent *event);
const char *WM_window_cursor_keymap_status_get(const struct wmWindow *win, int button_index, int type_index);
void WM_window_cursor_keymap_status_refresh(struct bContext *C, struct wmWindow *win);
-struct ScrArea *WM_window_find_area_status(struct wmWindow *win, struct bScreen *sc);
+void WM_window_status_area_tag_redraw(struct wmWindow *win);
+struct ScrArea *WM_window_status_area_find(struct wmWindow *win, struct bScreen *sc);
bool WM_window_modal_keymap_status_draw(
struct bContext *C, struct wmWindow *win,
struct uiLayout *layout);