Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_screen.h
| Context not available. | |||||
| /* screens */ | /* screens */ | ||||
| void ED_screens_initialize(struct wmWindowManager *wm); | void ED_screens_initialize(struct wmWindowManager *wm); | ||||
| void ED_screen_draw(struct wmWindow *win); | void ED_screen_draw_edges(struct wmWindow *win); | ||||
| void ED_screen_draw_join_shape(struct ScrArea *sa1, struct ScrArea *sa2); | |||||
| void ED_screen_draw_split_preview(struct ScrArea *sa, const int dir, const float fac); | |||||
| void ED_screen_refresh(struct wmWindowManager *wm, struct wmWindow *win); | void ED_screen_refresh(struct wmWindowManager *wm, struct wmWindow *win); | ||||
| void ED_screen_do_listen(struct bContext *C, struct wmNotifier *note); | void ED_screen_do_listen(struct bContext *C, struct wmNotifier *note); | ||||
| bool ED_screen_change(struct bContext *C, struct bScreen *sc); | bool ED_screen_change(struct bContext *C, struct bScreen *sc); | ||||
| Context not available. | |||||