From 2501218801437ea413091007b535d7c097801713 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 22 May 2022 12:24:59 -0400 Subject: Add rich clipboard support 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. --- doc/c/overview.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/c/overview.rst') diff --git a/doc/c/overview.rst b/doc/c/overview.rst index 4bd024d..2bab700 100644 --- a/doc/c/overview.rst +++ b/doc/c/overview.rst @@ -21,6 +21,7 @@ The core API (excluding backend-specific components) is declared in ``pugl.h``: view events event-loop + clipboards shutting-down .. _pkg-config: https://www.freedesktop.org/wiki/Software/pkg-config/ -- cgit v1.2.1