diff options
Diffstat (limited to 'src/x11.h')
-rw-r--r-- | src/x11.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -84,6 +84,7 @@ struct PuglInternalsImpl { PuglX11Clipboard clipboard; int screen; const char* cursorName; + bool mapped; }; PUGL_WARN_UNUSED_RESULT |