diff options
author | David Robillard <d@drobilla.net> | 2024-06-10 09:25:23 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-06-10 09:31:17 -0400 |
commit | 55245b99cc4e7992f34244b773eeb510f3af8904 (patch) | |
tree | aa00d32ab8816912bb5755bf4b6aef6219984c65 /include | |
parent | c46b41787cac270638ef7151782357636cf1be77 (diff) | |
download | pugl-55245b99cc4e7992f34244b773eeb510f3af8904.tar.gz pugl-55245b99cc4e7992f34244b773eeb510f3af8904.tar.bz2 pugl-55245b99cc4e7992f34244b773eeb510f3af8904.zip |
Fix build and tests with optional X11 features disabled
Diffstat (limited to 'include')
-rw-r--r-- | include/pugl/pugl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pugl/pugl.h b/include/pugl/pugl.h index 2d7f4b4..ac5f51c 100644 --- a/include/pugl/pugl.h +++ b/include/pugl/pugl.h @@ -1573,7 +1573,8 @@ puglGetClipboard(PuglView* view, uint32_t typeIndex, size_t* len); for example if compiled on X11 without Xcursor support. @return #PUGL_BAD_PARAMETER if the given cursor is invalid, - #PUGL_FAILURE if the cursor is known but loading it system fails. + #PUGL_UNSUPPORTED if setting the cursor is not supported on this system, or + another error if the cursor is known but loading it fails. */ PUGL_API PuglStatus |