PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
display_t Struct Reference

Opaque display structure. More...

#include <internal.h>

Collaboration diagram for display_t:

Data Fields

char * id
 
fd_t ctl
 
fd_t data
 
fd_t eventsPipe
 
uint64_t eventsInPipe
 
bool isConnected
 
cmd_buffer_t cmds
 
list_t windows
 
list_t fonts
 
list_t images
 
font_tdefaultFont
 
mtx_t mutex
 

Detailed Description

Opaque display structure.

Definition at line 60 of file internal.h.

Field Documentation

◆ id

char* display_t::id

Definition at line 62 of file internal.h.

◆ ctl

fd_t display_t::ctl

Definition at line 63 of file internal.h.

◆ data

fd_t display_t::data

Definition at line 64 of file internal.h.

◆ eventsPipe

fd_t display_t::eventsPipe

Definition at line 65 of file internal.h.

◆ eventsInPipe

uint64_t display_t::eventsInPipe

Definition at line 66 of file internal.h.

◆ isConnected

bool display_t::isConnected

Definition at line 67 of file internal.h.

◆ cmds

cmd_buffer_t display_t::cmds

Definition at line 68 of file internal.h.

◆ windows

list_t display_t::windows

Definition at line 69 of file internal.h.

◆ fonts

list_t display_t::fonts

Definition at line 70 of file internal.h.

◆ images

list_t display_t::images

Definition at line 71 of file internal.h.

◆ defaultFont

font_t* display_t::defaultFont

Definition at line 72 of file internal.h.

◆ mutex

mtx_t display_t::mutex

Definition at line 73 of file internal.h.


The documentation for this struct was generated from the following file: