diff options
Diffstat (limited to 'pugl/detail/x11.h')
-rw-r--r-- | pugl/detail/x11.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pugl/detail/x11.h b/pugl/detail/x11.h index 1ead119..6671a95 100644 --- a/pugl/detail/x11.h +++ b/pugl/detail/x11.h @@ -23,6 +23,10 @@ #include <X11/Xlib.h> #include <X11/Xutil.h> +struct PuglWorldInternalsImpl { + Display* display; +}; + struct PuglInternalsImpl { Display* display; int screen; |