diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2026-01-05 15:05:25 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2026-01-05 15:05:25 +0100 |
| commit | 522728de8cf1d4f24ab5d56ab400b8d6676228b4 (patch) | |
| tree | bf7595024fdcb59e4f6db4bc9726d2ed02eef161 /config.h.in | |
| parent | 11325da073a78b5a012e64b9732e253b50289763 (diff) | |
Wayland: use modern approach to cursor shapes with the "Cursor shape" protocol.
This removes the need to guess names of files each theme gives to cursor shapes
and makes linking with dbus superfluous when the compositor supports
the new protocol.
The old, surface-based approach to cursor shapes remains used for custom shapes.
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index b48e2cb43..8eebd16ea 100644 --- a/config.h.in +++ b/config.h.in @@ -3,7 +3,7 @@ * Configuration file for the Fast Light Tool Kit (FLTK). This file is used * internally in the FLTK library and is not publicly available (not installed). * - * Copyright 1998-2025 by Bill Spitzak and others. + * Copyright 1998-2026 by Bill Spitzak and others. * * This library is free software. Distribution and use rights are outlined in * the file "COPYING" which should have been included with this file. If this @@ -349,3 +349,10 @@ */ #cmakedefine01 HAVE_XDG_DIALOG + + +/* + * Can we use the "Cursor shape" Wayland protocol? + */ + +#cmakedefine01 HAVE_CURSOR_SHAPE |
