Skip to content
Snippets Groups Projects
Commit 36357aae authored by deuce's avatar deuce
Browse files

Add copy/paste support for *nix SDL ciolib.

parent d6ab10eb
No related branches found
No related tags found
No related merge requests found
......@@ -128,8 +128,8 @@ int try_sdl_init(int mode)
cio_api.copytext=win32_copytext;
cio_api.getcliptext=win32_getcliptext;
#else
cio_api.copytext=NULL;
cio_api.getcliptext=NULL;
cio_api.copytext=sdl_copytext;
cio_api.getcliptext=sdl_getcliptext;
#endif
return(1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment