wlmaker
|
Public Attributes | |
void * | data_ptr |
struct wl_shm_pool * | wl_shm_pool_ptr |
unsigned | width |
unsigned | height |
buffer_t * | buffer_ptr |
wlclient_buffer_ready_callback_t | ready_callback |
void * | ready_callback_ud_ptr |
All elements contributing to a wl_buffer.
buffer_t* _wlclient_buffer_t::buffer_ptr |
Actual buffer.
void* _wlclient_buffer_t::data_ptr |
Mapped data.
unsigned _wlclient_buffer_t::height |
Height of the buffer, in pixels.
wlclient_buffer_ready_callback_t _wlclient_buffer_t::ready_callback |
Callback to indicate the buffer is ready to draw into.
void* _wlclient_buffer_t::ready_callback_ud_ptr |
Argument to said callback.
unsigned _wlclient_buffer_t::width |
Width of the buffer, in pixels.
struct wl_shm_pool* _wlclient_buffer_t::wl_shm_pool_ptr |
Shared memory pool.