mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-17 00:38:12 +00:00
wayland: Add support for images in clipboard.
Re-writes the clipboard data handling in wayland to an on demand solution where callbacks are provided to generate/provide the clipboard data when requested by the OS.
This commit is contained in:

committed by
Sam Lantinga

parent
dfd80f3d76
commit
19adfa3ad9
@@ -842,6 +842,10 @@ SDL3_0.0.0 {
|
||||
SDL_CreatePopupWindow;
|
||||
SDL_GetWindowParent;
|
||||
SDL_CreateWindowWithPosition;
|
||||
SDL_SetClipboardData;
|
||||
SDL_GetClipboardUserdata;
|
||||
SDL_GetClipboardData;
|
||||
SDL_HasClipboardData;
|
||||
SDL_GetAudioStreamFormat;
|
||||
SDL_SetAudioStreamFormat;
|
||||
SDL_CreateRWLock;
|
||||
|
Reference in New Issue
Block a user