wlmaker
|
#include <libwlclient.h>
Public Attributes | |
struct wl_display * | wl_display_ptr |
struct wl_compositor * | wl_compositor_ptr |
struct wl_shm * | wl_shm_ptr |
struct xdg_wm_base * | xdg_wm_base_ptr |
struct zwlmaker_icon_manager_v1 * | icon_manager_ptr |
const char * | app_id_ptr |
Accessor to 'public' client attributes.
const char* wlclient_attributes_t::app_id_ptr |
Application ID, as a string. Or NULL, if not set.
struct zwlmaker_icon_manager_v1* wlclient_attributes_t::icon_manager_ptr |
The bound Toplevel Icon Manager. Will be NULL if not supported.
struct wl_compositor* wlclient_attributes_t::wl_compositor_ptr |
The bound compositor interface.
struct wl_display* wlclient_attributes_t::wl_display_ptr |
Wayland display connection.
struct wl_shm* wlclient_attributes_t::wl_shm_ptr |
The bound SHM interface.
struct xdg_wm_base* wlclient_attributes_t::xdg_wm_base_ptr |
The bound XDG wm_base interface.