Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/wm.h
| Show First 20 Lines • Show All 72 Lines • ▼ Show 20 Lines | |||||
| /* wm_files.c */ | /* wm_files.c */ | ||||
| void wm_autosave_timer(const bContext *C, wmWindowManager *wm, wmTimer *wt); | void wm_autosave_timer(const bContext *C, wmWindowManager *wm, wmTimer *wt); | ||||
| void wm_autosave_timer_ended(wmWindowManager *wm); | void wm_autosave_timer_ended(wmWindowManager *wm); | ||||
| void wm_autosave_delete(void); | void wm_autosave_delete(void); | ||||
| void wm_autosave_read(bContext *C, struct ReportList *reports); | void wm_autosave_read(bContext *C, struct ReportList *reports); | ||||
| void wm_autosave_location(char *filepath); | void wm_autosave_location(char *filepath); | ||||
| /* wm_platform_support.c */ | |||||
| int wm_platform_support_ghost_callback(char *message, char *link); | |||||
| /* wm_splash_screen.c */ | /* wm_splash_screen.c */ | ||||
| void WM_OT_splash(wmOperatorType *ot); | void WM_OT_splash(wmOperatorType *ot); | ||||
| /* wm_stereo.c */ | /* wm_stereo.c */ | ||||
| void wm_stereo3d_draw_interlace(wmWindow *win, struct ARegion *ar); | void wm_stereo3d_draw_interlace(wmWindow *win, struct ARegion *ar); | ||||
| void wm_stereo3d_draw_anaglyph(wmWindow *win, struct ARegion *ar); | void wm_stereo3d_draw_anaglyph(wmWindow *win, struct ARegion *ar); | ||||
| void wm_stereo3d_draw_sidebyside(wmWindow *win, int view); | void wm_stereo3d_draw_sidebyside(wmWindow *win, int view); | ||||
| void wm_stereo3d_draw_topbottom(wmWindow *win, int view); | void wm_stereo3d_draw_topbottom(wmWindow *win, int view); | ||||
| Show All 13 Lines | |||||