aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pugl_clipboard_demo.c
AgeCommit message (Collapse)AuthorFilesLines
2022-05-23Add rich clipboard supportDavid Robillard1-4/+46
This implements a more powerful protocol for working with clipboards, which supports datatype negotiation, and fixes various issues by mapping more directly to how things work on X11.
2022-05-22Factor out pugl_clipboard_demo example programDavid Robillard1-0/+210
This is a simpler example than pugl_embed_demo that demonstrates clipboard functionality without the complexity of embedded views.