|
Blender V5.0
|
#include <stdlib.h>#include <string.h>#include "wayland_dynload_API.h"#include "wayland_dynload_utils.h"#include "wayland_dynload_cursor.h"Go to the source code of this file.
Macros | |
| #define | WAYLAND_DYNLOAD_FN(symbol) |
| #define | WAYLAND_DYNLOAD_VALIDATE |
Functions | |
| void | wayland_dynload_cursor_exit (void) |
Variables | |
| struct WaylandDynload_Cursor | wayland_dynload_cursor = {NULL} |
| static DynamicLibrary | lib = NULL |
Wrapper functions for <wayland-cursor.h>.
Definition in file wayland_dynload_cursor.c.
| #define WAYLAND_DYNLOAD_FN | ( | symbol | ) |
| #define WAYLAND_DYNLOAD_VALIDATE |
Definition at line 62 of file wayland_dynload_cursor.c.
| void wayland_dynload_cursor_exit | ( | void | ) |
Definition at line 51 of file wayland_dynload_cursor.c.
References dynamic_library_close, and lib.
|
static |
Definition at line 21 of file wayland_dynload_cursor.c.
| struct WaylandDynload_Cursor wayland_dynload_cursor = {NULL} |
Definition at line 19 of file wayland_dynload_cursor.c.