wlmaker
Loading...
Searching...
No Matches
_wlclient_t Struct Reference
Collaboration diagram for _wlclient_t:

Public Attributes

wlclient_attributes_t attributes
 
struct wl_registry * wl_registry_ptr
 
bs_dllist_t timers
 
int signal_fd
 
volatile bool keep_running
 

Detailed Description

State of the wayland client.

Member Data Documentation

◆ attributes

wlclient_attributes_t _wlclient_t::attributes

Shareable attributes.

◆ keep_running

volatile bool _wlclient_t::keep_running

Whether to keep the client running.

◆ signal_fd

int _wlclient_t::signal_fd

File descriptor to monitor SIGINT.

◆ timers

bs_dllist_t _wlclient_t::timers

List of registered timers. TODO(kaese.nosp@m.r@gu.nosp@m.bbe.c.nosp@m.h): Replace with HEAP.

◆ wl_registry_ptr

struct wl_registry* _wlclient_t::wl_registry_ptr

Registry singleton for the above connection.


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