diff options
Diffstat (limited to 'pugl/pugl_x11.h')
-rw-r--r-- | pugl/pugl_x11.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl_x11.h b/pugl/pugl_x11.h index 6efc145..18b49f7 100644 --- a/pugl/pugl_x11.h +++ b/pugl/pugl_x11.h @@ -27,7 +27,7 @@ struct PuglInternalsImpl { Window win; XIM xim; XIC xic; - PuglBackend backend; + const PuglBackend* backend; PuglSurface* surface; struct { |