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

Public Attributes

wlmcl_client_twlclient_ptr
 
char * title_ptr
 
struct wl_surface * wl_surface_ptr
 
struct xdg_surface * xdg_surface_ptr
 
struct xdg_toplevel * xdg_toplevel_ptr
 
struct zxdg_toplevel_decoration_v1 * xdg_toplevel_decoration_v1_ptr
 
bool decorate_server_side
 
uint32_t width
 
uint32_t height
 
bool configured
 
bool decoration_configured
 
void(* configure_callback )(void *ud_ptr, uint32_t width, uint32_t height)
 
void * configure_callback_ud_ptr
 
void(* position_callback )(double x, double y, void *ud_ptr)
 
void * position_callback_ud_ptr
 
bool position_received
 
int32_t last_position_x
 
int32_t last_position_y
 
struct ext_input_position_observer_v1 * input_position_observer_ptr
 

Detailed Description

State of the XDG toplevel.

Member Data Documentation

◆ configure_callback

void(* _wlmcl_xdg_toplevel_t::configure_callback) (void *ud_ptr, uint32_t width, uint32_t height)

Callback for input configure.

◆ configure_callback_ud_ptr

void* _wlmcl_xdg_toplevel_t::configure_callback_ud_ptr

Client-provided argument to configure_callback.

◆ configured

bool _wlmcl_xdg_toplevel_t::configured

Whether the surface had been configured. Can only use after that.

◆ decorate_server_side

bool _wlmcl_xdg_toplevel_t::decorate_server_side

Whether to request decoration on the server side.

◆ decoration_configured

bool _wlmcl_xdg_toplevel_t::decoration_configured

Whether the decoration has gotten configured.

◆ height

uint32_t _wlmcl_xdg_toplevel_t::height

Height.

◆ input_position_observer_ptr

struct ext_input_position_observer_v1* _wlmcl_xdg_toplevel_t::input_position_observer_ptr

Input observer.

◆ last_position_x

int32_t _wlmcl_xdg_toplevel_t::last_position_x

Last known reported input X position.

◆ last_position_y

int32_t _wlmcl_xdg_toplevel_t::last_position_y

Last known reported input Y position.

◆ position_callback

void(* _wlmcl_xdg_toplevel_t::position_callback) (double x, double y, void *ud_ptr)

Callback for input position observation.

◆ position_callback_ud_ptr

void* _wlmcl_xdg_toplevel_t::position_callback_ud_ptr

Client-provided argument to wlmcl_xdg_toplevel_t::position_callback.

◆ position_received

bool _wlmcl_xdg_toplevel_t::position_received

Whether any position update had been received already.

◆ title_ptr

char* _wlmcl_xdg_toplevel_t::title_ptr

Window title of the toplevel.

◆ width

uint32_t _wlmcl_xdg_toplevel_t::width

Width.

◆ wl_surface_ptr

struct wl_surface* _wlmcl_xdg_toplevel_t::wl_surface_ptr

Surface.

◆ wlclient_ptr

wlmcl_client_t* _wlmcl_xdg_toplevel_t::wlclient_ptr

Back-link to the client.

◆ xdg_surface_ptr

struct xdg_surface* _wlmcl_xdg_toplevel_t::xdg_surface_ptr

Wrapped as XDG surface.

◆ xdg_toplevel_decoration_v1_ptr

struct zxdg_toplevel_decoration_v1* _wlmcl_xdg_toplevel_t::xdg_toplevel_decoration_v1_ptr

The XDG toplevel'ss decoration handle.

◆ xdg_toplevel_ptr

struct xdg_toplevel* _wlmcl_xdg_toplevel_t::xdg_toplevel_ptr

The XDG toplevel.


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