summaryrefslogtreecommitdiffstats
path: root/client_examples/scrap.c
Commit message (Collapse)AuthorAgeFilesLines
* SDLvncviewer: use SDL2 for clipboard handlingChristian Beier2018-07-301-559/+0
| | | | By using this, we can get rid of our own homebrewn solution scrap.[c|h] and drop X11 from the build system.
* SDLvncviewer: make display work with SDL2Christian Beier2018-07-301-1/+2
|
* SDLvncviewer: enable the X11 clipboard if X11 was foundChristian Beier2018-03-241-1/+1
|
* Clipboard support for SDLvncviewerdscho2009-03-081-0/+558
The clipboard support has only been tested on Linux so far. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>