diff options
author | David Robillard <d@drobilla.net> | 2019-07-22 16:53:02 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-09-03 08:32:16 +0200 |
commit | 93f4920cfc03d1a2a8c0df9c6d863cdf20c6ab32 (patch) | |
tree | 64ef7427a32b88183bae8720b07fc9258b769b3e /pugl/detail/x11.h | |
parent | 496f17c3804c79d304aa6095b92768593d1cc700 (diff) | |
download | pugl-93f4920cfc03d1a2a8c0df9c6d863cdf20c6ab32.tar.gz pugl-93f4920cfc03d1a2a8c0df9c6d863cdf20c6ab32.tar.bz2 pugl-93f4920cfc03d1a2a8c0df9c6d863cdf20c6ab32.zip |
Add puglDispatchEvents()
Diffstat (limited to 'pugl/detail/x11.h')
-rw-r--r-- | pugl/detail/x11.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pugl/detail/x11.h b/pugl/detail/x11.h index 34694fe..be5f3e0 100644 --- a/pugl/detail/x11.h +++ b/pugl/detail/x11.h @@ -45,4 +45,6 @@ struct PuglInternalsImpl { Window win; XIC xic; PuglSurface* surface; + PuglEvent pendingConfigure; + PuglEvent pendingExpose; }; |