Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/WM_api.h
| Show First 20 Lines • Show All 105 Lines • ▼ Show 20 Lines | |||||
| uint *WM_window_pixels_read(struct wmWindowManager *wm, struct wmWindow *win, int r_size[2]); | uint *WM_window_pixels_read(struct wmWindowManager *wm, struct wmWindow *win, int r_size[2]); | ||||
| int WM_window_pixels_x(const struct wmWindow *win); | int WM_window_pixels_x(const struct wmWindow *win); | ||||
| int WM_window_pixels_y(const struct wmWindow *win); | int WM_window_pixels_y(const struct wmWindow *win); | ||||
| void WM_window_rect_calc(const struct wmWindow *win, struct rcti *r_rect); | void WM_window_rect_calc(const struct wmWindow *win, struct rcti *r_rect); | ||||
| void WM_window_screen_rect_calc(const struct wmWindow *win, struct rcti *r_rect); | void WM_window_screen_rect_calc(const struct wmWindow *win, struct rcti *r_rect); | ||||
| bool WM_window_is_fullscreen(struct wmWindow *win); | bool WM_window_is_fullscreen(struct wmWindow *win); | ||||
| bool WM_window_is_maximized(struct wmWindow *win); | |||||
| void WM_windows_scene_data_sync(const ListBase *win_lb, struct Scene *scene) ATTR_NONNULL(); | void WM_windows_scene_data_sync(const ListBase *win_lb, struct Scene *scene) ATTR_NONNULL(); | ||||
| struct Scene *WM_windows_scene_get_from_screen(const struct wmWindowManager *wm, | struct Scene *WM_windows_scene_get_from_screen(const struct wmWindowManager *wm, | ||||
| const struct bScreen *screen) | const struct bScreen *screen) | ||||
| ATTR_NONNULL() ATTR_WARN_UNUSED_RESULT; | ATTR_NONNULL() ATTR_WARN_UNUSED_RESULT; | ||||
| struct WorkSpace *WM_windows_workspace_get_from_screen(const wmWindowManager *wm, | struct WorkSpace *WM_windows_workspace_get_from_screen(const wmWindowManager *wm, | ||||
| const struct bScreen *screen) | const struct bScreen *screen) | ||||
| ATTR_NONNULL() ATTR_WARN_UNUSED_RESULT; | ATTR_NONNULL() ATTR_WARN_UNUSED_RESULT; | ||||
| ▲ Show 20 Lines • Show All 719 Lines • Show Last 20 Lines | |||||