Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/WM_api.h
| Show First 20 Lines • Show All 92 Lines • ▼ Show 20 Lines | |||||
| struct wmWindow *WM_window_open(struct bContext *C, | struct wmWindow *WM_window_open(struct bContext *C, | ||||
| const char *title, | const char *title, | ||||
| int x, | int x, | ||||
| int y, | int y, | ||||
| int sizex, | int sizex, | ||||
| int sizey, | int sizey, | ||||
| int space_type, | int space_type, | ||||
| bool toplevel, | |||||
| bool dialog, | bool dialog, | ||||
| bool temp, | bool temp, | ||||
| WindowAlignment alignment); | WindowAlignment alignment); | ||||
| void WM_window_set_dpi(const wmWindow *win); | void WM_window_set_dpi(const wmWindow *win); | ||||
| bool WM_stereo3d_enabled(struct wmWindow *win, bool only_fullscreen_test); | bool WM_stereo3d_enabled(struct wmWindow *win, bool only_fullscreen_test); | ||||
| ▲ Show 20 Lines • Show All 92 Lines • Show Last 20 Lines | |||||