From 14b35ef217f5ee387c4f33b1b24bebb015e18f23 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 7 Jan 2023 19:27:18 -0500 Subject: Replace map/unmap events with more expressive configure events --- 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 a048495..e90694a 100644 --- a/src/x11.h +++ b/src/x11.h @@ -84,6 +84,7 @@ struct PuglInternalsImpl { PuglX11Clipboard clipboard; int screen; const char* cursorName; + bool mapped; }; PUGL_WARN_UNUSED_RESULT -- cgit v1.2.1