Blender  V3.3
Public Attributes | List of all members
display_t Struct Reference

Public Attributes

GHOST_SystemWaylandsystem = nullptr
 
struct wl_display * display = nullptr
 
struct wl_compositor * compositor = nullptr
 
struct xdg_wm_base * xdg_shell = nullptr
 
struct zxdg_decoration_manager_v1 * xdg_decoration_manager = nullptr
 
struct zxdg_output_manager_v1 * xdg_output_manager = nullptr
 
struct wl_shm * shm = nullptr
 
std::vector< output_t * > outputs
 
std::vector< input_t * > inputs
 
struct wl_data_device_manager * data_device_manager = nullptr
 
struct zwp_tablet_manager_v2 * tablet_manager = nullptr
 
struct zwp_relative_pointer_manager_v1 * relative_pointer_manager = nullptr
 
struct zwp_pointer_constraints_v1 * pointer_constraints = nullptr
 

Detailed Description

Definition at line 336 of file GHOST_SystemWayland.cpp.

Member Data Documentation

◆ compositor

struct wl_compositor* display_t::compositor = nullptr

Definition at line 340 of file GHOST_SystemWayland.cpp.

Referenced by GHOST_SystemWayland::compositor().

◆ data_device_manager

struct wl_data_device_manager* display_t::data_device_manager = nullptr

◆ display

struct wl_display* display_t::display = nullptr

◆ inputs

std::vector<input_t *> display_t::inputs

◆ outputs

std::vector<output_t *> display_t::outputs

◆ pointer_constraints

struct zwp_pointer_constraints_v1* display_t::pointer_constraints = nullptr

◆ relative_pointer_manager

struct zwp_relative_pointer_manager_v1* display_t::relative_pointer_manager = nullptr

◆ shm

struct wl_shm* display_t::shm = nullptr

◆ system

GHOST_SystemWayland* display_t::system = nullptr

Definition at line 337 of file GHOST_SystemWayland.cpp.

Referenced by GHOST_SystemWayland::GHOST_SystemWayland().

◆ tablet_manager

struct zwp_tablet_manager_v2* display_t::tablet_manager = nullptr

Definition at line 355 of file GHOST_SystemWayland.cpp.

Referenced by GHOST_SystemWayland::GHOST_SystemWayland().

◆ xdg_decoration_manager

struct zxdg_decoration_manager_v1* display_t::xdg_decoration_manager = nullptr

◆ xdg_output_manager

struct zxdg_output_manager_v1* display_t::xdg_output_manager = nullptr

Definition at line 349 of file GHOST_SystemWayland.cpp.

◆ xdg_shell

struct xdg_wm_base* display_t::xdg_shell = nullptr

The documentation for this struct was generated from the following file: