|
wlmaker
|
#include <content.h>

Public Attributes | |
| wlmtk_content_t | content |
| wlmtk_fake_surface_t * | fake_surface_ptr |
| bool | request_close_called |
| uint32_t | serial |
| int | requested_width |
| int | requested_height |
| bool | activated |
Fake content, useful for unit tests.
| bool _wlmtk_fake_content_t::activated |
Last call to wlmtk_content_set_activated.
| wlmtk_content_t _wlmtk_fake_content_t::content |
Superclass: content.
| wlmtk_fake_surface_t* _wlmtk_fake_content_t::fake_surface_ptr |
Fake surface, the argument to wlmtk_fake_content_create.
| bool _wlmtk_fake_content_t::request_close_called |
Reports whether wlmtk_content_request_close was called.
| int _wlmtk_fake_content_t::requested_height |
height argument of last wlmtk_content_request_size call.
| int _wlmtk_fake_content_t::requested_width |
width argument eof last wlmtk_content_request_size call.
| uint32_t _wlmtk_fake_content_t::serial |
Serial to return on next request_size call.