|
Blender
V2.93
|
Public Attributes | |
| GHOST_WindowWayland * | w |
| wl_surface * | surface |
| struct xdg_surface * | xdg_surface |
| struct xdg_toplevel * | xdg_toplevel |
| wl_egl_window * | egl_window |
| int32_t | pending_width |
| int32_t | pending_height |
| bool | is_maximised |
| bool | is_fullscreen |
| bool | is_active |
| bool | is_dialog |
| int32_t | width |
| int32_t | height |
Definition at line 32 of file GHOST_WindowWayland.cpp.
| wl_egl_window* window_t::egl_window |
Definition at line 37 of file GHOST_WindowWayland.cpp.
Referenced by surface_configure().
| int32_t window_t::height |
Definition at line 43 of file GHOST_WindowWayland.cpp.
Referenced by surface_configure().
| bool window_t::is_active |
Definition at line 41 of file GHOST_WindowWayland.cpp.
Referenced by surface_configure(), and toplevel_configure().
| bool window_t::is_dialog |
Definition at line 42 of file GHOST_WindowWayland.cpp.
| bool window_t::is_fullscreen |
Definition at line 40 of file GHOST_WindowWayland.cpp.
Referenced by toplevel_configure().
| bool window_t::is_maximised |
Definition at line 39 of file GHOST_WindowWayland.cpp.
Referenced by toplevel_configure().
| int32_t window_t::pending_height |
Definition at line 38 of file GHOST_WindowWayland.cpp.
Referenced by surface_configure(), and toplevel_configure().
| int32_t window_t::pending_width |
Definition at line 38 of file GHOST_WindowWayland.cpp.
Referenced by surface_configure(), and toplevel_configure().
| wl_surface* window_t::surface |
Definition at line 34 of file GHOST_WindowWayland.cpp.
| GHOST_WindowWayland* window_t::w |
Definition at line 33 of file GHOST_WindowWayland.cpp.
Referenced by surface_configure().
| int32_t window_t::width |
Definition at line 43 of file GHOST_WindowWayland.cpp.
Referenced by surface_configure().
| struct xdg_surface* window_t::xdg_surface |
Definition at line 35 of file GHOST_WindowWayland.cpp.
| struct xdg_toplevel* window_t::xdg_toplevel |
Definition at line 36 of file GHOST_WindowWayland.cpp.
Referenced by GHOST_WindowWayland::GHOST_WindowWayland().