dhewm3/neo/sys/posix
Daniel Gibson 61a49a2547 Implement clipboard support on POSIX platforms with SDL2
Added Sys_FreeClipboardData(char*) so I don't have to copy the string
from SDL_GetClipboardText() into a Mem_Alloc() buffer, but can just
do the right thing per platform, which in case of POSIX/SDL2 is
SDL_free().
SDL1.2 doesn't have clipboard support, otherwise I'd have removed all
platform-specific implementations and used SDL_Get/SetClipboardText()
everywhere (IIRC AROS only supports SDL1.2?)
2021-07-03 02:25:20 +02:00
..
posix_main.cpp Implement clipboard support on POSIX platforms with SDL2 2021-07-03 02:25:20 +02:00
posix_net.cpp Fix FTBFS 2019-10-08 23:21:34 +02:00
posix_public.h Add Posix_GetExePath() function 2021-05-12 07:44:07 +02:00