![]() |
L4Re Operating System Framework
Interface and Usage Documentation
|
Information structure of a view. More...
#include <goos>
Data Fields | |
| unsigned | flags = 0 |
| Flags, see Flags and V_flags. | |
| unsigned | view_index = 0 |
| Index of the view. | |
| unsigned long | xpos = 0 |
| X position in pixels of the view in the Goos. | |
| unsigned long | ypos = 0 |
| Y position in pixels of the view in the Goos. | |
| unsigned long | width = 0 |
| Width of the view in pixels. | |
| unsigned long | height = 0 |
| Height of the view in pixels. | |
| unsigned long | buffer_offset = 0 |
| Offset in the memory buffer in bytes. | |
| unsigned long | bytes_per_line = 0 |
| Bytes per line. | |
| Pixel_info | pixel_info |
| Pixel information. | |
| unsigned | buffer_index = 0 |
| Number of the buffer used for this view. | |