wlmaker
Loading...
Searching...
No Matches
Public Attributes | List of all members
_wlmbe_output_t Struct Reference
Collaboration diagram for _wlmbe_output_t:
Collaboration graph
[legend]

Public Attributes

bs_dllist_node_t dlnode
 
struct wl_listener output_destroy_listener
 
struct wl_listener output_frame_listener
 
struct wl_listener output_request_state_listener
 
char * description_ptr
 
struct wlr_output * wlr_output_ptr
 
struct wlr_scene * wlr_scene_ptr
 
wlmbe_output_config_attributes_tattributes_ptr
 

Detailed Description

Handle for a compositor output device.

Member Data Documentation

◆ attributes_ptr

wlmbe_output_config_attributes_t* _wlmbe_output_t::attributes_ptr

Attributes of the output configuration.

◆ description_ptr

char* _wlmbe_output_t::description_ptr

Descriptive name, showing manufacturer, model and serial.

◆ dlnode

bs_dllist_node_t _wlmbe_output_t::dlnode

List node for insertion in wlmbe_backend_t::outputs.

◆ output_destroy_listener

struct wl_listener _wlmbe_output_t::output_destroy_listener

Listener for destroy signals raised by wlr_output.

◆ output_frame_listener

struct wl_listener _wlmbe_output_t::output_frame_listener

Listener for frame signals raised by wlr_output.

◆ output_request_state_listener

struct wl_listener _wlmbe_output_t::output_request_state_listener

Listener for request_state signals raised by wlr_output.

◆ wlr_output_ptr

struct wlr_output* _wlmbe_output_t::wlr_output_ptr

Refers to the compositor output region, from wlroots.

◆ wlr_scene_ptr

struct wlr_scene* _wlmbe_output_t::wlr_scene_ptr

Refers to the scene graph used.


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