PatchworkOS
Loading...
Searching...
No Matches
compositor.h File Reference
#include "surface.h"
#include <sys/list.h>

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_draw()

void compositor_draw ( compositor_ctx_t ctx)

◆ compositor_init()

void compositor_init ( void  )

Definition at line 15 of file compositor.c.

References prevCursorRect, RECT_INIT, RECT_INIT_DIM, screen_height(), screen_width(), and screenRect.

Referenced by main().

◆ compositor_invalidate()