PatchworkOS  3984a1d
A non-POSIX operating system.
Loading...
Searching...
No Matches
main.c File Reference
#include <libpatchwork/patchwork.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/defs.h>
Include dependency graph for main.c:

Go to the source code of this file.

Functions

static uint64_t procedure (window_t *win, element_t *elem, const event_t *event)
 
int main (void)
 

Variables

static image_timage
 

Function Documentation

◆ procedure()

static uint64_t procedure ( window_t win,
element_t elem,
const event_t event 
)
static

Definition at line 11 of file main.c.

Here is the call graph for this function:

◆ main()

int main ( void  )

Definition at line 46 of file main.c.

Here is the call graph for this function:

Variable Documentation

◆ image

image_t* image
static

Definition at line 9 of file main.c.