Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/WM_api.h
| Context not available. | |||||
| void WM_progress_clear(struct wmWindow *win); | void WM_progress_clear(struct wmWindow *win); | ||||
| /* Draw (for screenshot) */ | /* Draw (for screenshot) */ | ||||
| void *WM_draw_cb_activate( | |||||
| struct wmWindow *win, | |||||
| void(*draw)(const struct wmWindow *, void *), | |||||
| void *customdata); | |||||
| void WM_draw_cb_exit(struct wmWindow *win, void *handle); | |||||
| void WM_redraw_windows(struct bContext *C); | void WM_redraw_windows(struct bContext *C); | ||||
| void WM_main_playanim(int argc, const char **argv); | void WM_main_playanim(int argc, const char **argv); | ||||
| Context not available. | |||||