GitOS
Operating system exercise
Loading...
Searching...
No Matches
window.h File Reference
#include <stdint-gcc.h>

Go to the source code of this file.

Data Structures

struct  window_message_preamble
 
struct  window_message_set_size
 
struct  window_message_framebuffer_data
 

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
 

Enumeration Type Documentation

◆ WINDOW_MESSAGE

Enumerator
REGISTER 
SET_SIZE 
FRAMEBUFFER_DATA 
CLOSE 

Function Documentation

◆ __attribute__()

struct window_message_preamble __attribute__ ( (packed)  )

Variable Documentation

◆ data

uint8_t* data

◆ height

uint32_t height

◆ pid

uint32_t pid

◆ type

◆ width

uint32_t width