|
Blender V4.3
|
#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 | |
| bool | wayland_dynload_cursor_init (const bool verbose) |
| 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, lib, and NULL.
Referenced by wayland_dynload_cursor_init().
| bool wayland_dynload_cursor_init | ( | const bool | verbose | ) |
Definition at line 23 of file wayland_dynload_cursor.c.
References dynamic_library_open_array_with_error(), lib, verbose, and wayland_dynload_cursor_exit().
|
static |
Definition at line 21 of file wayland_dynload_cursor.c.
Referenced by wayland_dynload_cursor_exit(), and wayland_dynload_cursor_init().
| struct WaylandDynload_Cursor wayland_dynload_cursor = {NULL} |
Definition at line 19 of file wayland_dynload_cursor.c.