wlmaker
Loading...
Searching...
No Matches
Public Attributes | List of all members
wlmcl_client_attributes Struct Reference

#include <wlclient.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 wl_seat * wl_seat_ptr
 
struct wl_pointer * wl_pointer_ptr
 
struct zwlmaker_icon_manager_v1 * icon_manager_ptr
 
struct zxdg_decoration_manager_v1 * xdg_decoration_manager_ptr
 
struct ext_input_observation_manager_v1 * input_observation_manager_ptr
 
struct zwlr_layer_shell_v1 * layer_shell_ptr
 
const char * app_id_ptr
 

Detailed Description

Accessor to 'public' client attributes.

Member Data Documentation

◆ app_id_ptr

const char* wlmcl_client_attributes::app_id_ptr

Application ID, as a string. Or NULL, if not set.

◆ icon_manager_ptr

struct zwlmaker_icon_manager_v1* wlmcl_client_attributes::icon_manager_ptr

The bound Toplevel Icon Manager. Will be NULL if not supported.

◆ input_observation_manager_ptr

struct ext_input_observation_manager_v1* wlmcl_client_attributes::input_observation_manager_ptr

The bound Input Observation.

◆ layer_shell_ptr

struct zwlr_layer_shell_v1* wlmcl_client_attributes::layer_shell_ptr

The bound layer shell interface. Will be NULL if not supported.

◆ wl_compositor_ptr

struct wl_compositor* wlmcl_client_attributes::wl_compositor_ptr

The bound compositor interface.

◆ wl_display_ptr

struct wl_display* wlmcl_client_attributes::wl_display_ptr

Wayland display connection.

◆ wl_pointer_ptr

struct wl_pointer* wlmcl_client_attributes::wl_pointer_ptr

Pointer state, if & when the seat has the capability.

◆ wl_seat_ptr

struct wl_seat* wlmcl_client_attributes::wl_seat_ptr

The bound seat.

◆ wl_shm_ptr

struct wl_shm* wlmcl_client_attributes::wl_shm_ptr

The bound SHM interface.

◆ xdg_decoration_manager_ptr

struct zxdg_decoration_manager_v1* wlmcl_client_attributes::xdg_decoration_manager_ptr

The bound XDG decoration manager. NULL if not supported.

◆ xdg_wm_base_ptr

struct xdg_wm_base* wlmcl_client_attributes::xdg_wm_base_ptr

The bound XDG wm_base interface.


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