L4Re – L4 Runtime Environment
|
Information structure of a goos. More...
Public Member Functions | |
bool | auto_refresh () const |
Return whether this goos does auto refreshing or the view refresh functions must be used to make changes visible. | |
bool | has_pointer () const |
Return whether a pointer is used by the provider of the goos. | |
bool | has_dynamic_views () const |
Return whether dynamic view are supported. | |
bool | has_dynamic_buffers () const |
Return whether dynamic buffers are supported. | |
Data Fields | |
unsigned long | width |
Width. | |
unsigned long | height |
Height. | |
unsigned | flags |
Flags, see Flags. | |
unsigned | num_static_views |
Number of static view. | |
unsigned | num_static_buffers |
Number of static buffers. | |
Pixel_info | pixel_info |
Pixel information. | |