wlmaker
|
Public Attributes | |
bs_dllist_node_t | dlnode |
uint32_t | serial |
int | x |
int | y |
int | width |
int | height |
Pending positional updates for wlmtk_window_t::content_ptr.
bs_dllist_node_t wlmtk_pending_update_t::dlnode |
Node within wlmtk_window_t::pending_updates.
int wlmtk_pending_update_t::height |
Surface's hehight that is to be committed at serial.
uint32_t wlmtk_pending_update_t::serial |
Serial of the update.
int wlmtk_pending_update_t::width |
Surface's width that is to be committed at serial.
int wlmtk_pending_update_t::x |
Pending X position of the surface.
int wlmtk_pending_update_t::y |
Pending Y position of the surface.