From c59e88aa6fa60c6f7424da737fcaf0496a0bf3d6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 22 May 2022 17:48:16 -0400 Subject: Add API support for multiple clipboards Adds a PuglClipboard enum, and uses it everywhere necessary to "structurally" support multiple clipboards. Towards re-using this API to support DnD. --- src/x11.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/x11.h') diff --git a/src/x11.h b/src/x11.h index bc93630..58073e5 100644 --- a/src/x11.h +++ b/src/x11.h @@ -54,6 +54,7 @@ typedef struct { } PuglTimer; typedef struct { + PuglClipboard clipboard; Atom selection; Atom property; Window source; -- cgit v1.2.1