mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-29 15:42:28 +00:00
61a49a2547
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?) |
||
---|---|---|
.. | ||
rc | ||
sdk | ||
SDL_win32_main.c | ||
win_input.cpp | ||
win_local.h | ||
win_main.cpp | ||
win_net.cpp | ||
win_shared.cpp | ||
win_syscon.cpp |