|
Monado OpenXR Runtime
|
A output device or a window, often directly connected to the device. More...
#include <main/comp_window.h>

Data Fields | |
| struct comp_compositor * | c |
| Owning compositor. More... | |
| const char * | name |
| Name of the window system. More... | |
| struct vk_swapchain | swapchain |
| Helper struct. More... | |
| void(* | destroy )(struct comp_window *w) |
| void(* | flush )(struct comp_window *w) |
| bool(* | init )(struct comp_window *w) |
| bool(* | init_swapchain )(struct comp_window *w, uint32_t width, uint32_t height) |
| void(* | update_window_title )(struct comp_window *w, const char *title) |
A output device or a window, often directly connected to the device.
| struct comp_compositor* comp_window::c |
Owning compositor.
| const char* comp_window::name |
Name of the window system.
Referenced by comp_window_direct_create(), comp_window_wayland_create(), and comp_window_xcb_create().
| struct vk_swapchain comp_window::swapchain |
Helper struct.
1.8.13