wlmaker
|
Public Attributes | |
wlclient_attributes_t | attributes |
struct wl_registry * | wl_registry_ptr |
bs_dllist_t | timers |
int | signal_fd |
volatile bool | keep_running |
State of the wayland client.
wlclient_attributes_t _wlclient_t::attributes |
Shareable attributes.
volatile bool _wlclient_t::keep_running |
Whether to keep the client running.
int _wlclient_t::signal_fd |
File descriptor to monitor SIGINT.
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.
struct wl_registry* _wlclient_t::wl_registry_ptr |
Registry singleton for the above connection.