PatchworkOS
Loading...
Searching...
No Matches
procedure.h
Go to the documentation of this file.
1#ifndef PATCHWORK_PROCEDURE_H
2#define PATCHWORK_PROCEDURE_H 1
3
4#include "event.h"
5
6#include <stdint.h>
7
8#if defined(__cplusplus)
9extern "C"
10{
11#endif
12
13typedef struct window window_t;
14typedef struct element element_t;
16
17#if defined(__cplusplus)
18}
19#endif
20
21#endif
uint64_t(* procedure_t)(window_t *, element_t *, const event_t *)
Definition procedure.h:15
__UINT64_TYPE__ uint64_t
Definition stdint.h:17
Opaque element structure.
Definition internal.h:23
Event structure.
Definition event.h:271
Opaque window structure.
Definition internal.h:44