PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
compositor.h File Reference
#include "surface.h"
#include <sys/list.h>
Include dependency graph for compositor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  compositor_ctx_t
 

Typedefs

typedef struct client client_t
 

Functions

void compositor_init (void)
 
void compositor_draw (compositor_ctx_t *ctx)
 
void compositor_invalidate (const rect_t *rect)
 

Typedef Documentation

◆ client_t

typedef struct client client_t

Definition at line 7 of file compositor.h.

Function Documentation

◆ compositor_init()

void compositor_init ( void  )

Definition at line 15 of file compositor.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ compositor_draw()

void compositor_draw ( compositor_ctx_t ctx)

Definition at line 117 of file compositor.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ compositor_invalidate()

void compositor_invalidate ( const rect_t rect)

Definition at line 135 of file compositor.c.

Here is the call graph for this function:
Here is the caller graph for this function: