diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-04 15:40:29 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-04 15:41:00 +0100 |
| commit | 3718effc431f5622a23c55b254153efdfe4e72c4 (patch) | |
| tree | d8a805870c6a3785022e2f52f0c3715410e29a37 /libdecor/src/cursor-settings.h | |
| parent | a773fdc44bfb818f1830e9e48ba765881e68c942 (diff) | |
Add the Wayland platform to FLTK 1.4
Diffstat (limited to 'libdecor/src/cursor-settings.h')
| -rw-r--r-- | libdecor/src/cursor-settings.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libdecor/src/cursor-settings.h b/libdecor/src/cursor-settings.h new file mode 100644 index 000000000..700bb4f30 --- /dev/null +++ b/libdecor/src/cursor-settings.h @@ -0,0 +1,6 @@ +#pragma once + +#include <stdbool.h> + +bool +libdecor_get_cursor_settings(char **theme, int *size); |
