|
GitOS
|
#include <stdint-gcc.h>Go to the source code of this file.
Data Structures |
Enumerations | |
| enum | WINDOW_MESSAGE { REGISTER , SET_SIZE , FRAMEBUFFER_DATA , CLOSE } |
Functions | |
| struct window_message_preamble | __attribute__ ((packed)) |
Variables | |
| uint32_t | pid |
| WINDOW_MESSAGE | type |
| uint32_t | height |
| uint32_t | width |
| uint8_t * | data |
| enum WINDOW_MESSAGE |
| struct window_message_preamble __attribute__ | ( | (packed) | ) |
| uint8_t* data |
| uint32_t height |
| uint32_t pid |
| WINDOW_MESSAGE type |
| uint32_t width |