|
PatchworkOS
966e257
A non-POSIX operating system.
|
#include "surface.h"#include "client.h"#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/io.h>#include <sys/list.h>Go to the source code of this file.
Functions | |
| surface_t * | surface_new (client_t *client, const char *name, const point_t *point, uint64_t width, uint64_t height, surface_type_t type) |
| void | surface_free (surface_t *surface) |
| void | surface_get_info (surface_t *surface, surface_info_t *info) |
Variables | |
| static surface_id_t | newId = 0 |
| void surface_free | ( | surface_t * | surface | ) |
| void surface_get_info | ( | surface_t * | surface, |
| surface_info_t * | info | ||
| ) |
|
static |