diff options
Diffstat (limited to 'pugl/pugl_x11_cairo.h')
-rw-r--r-- | pugl/pugl_x11_cairo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl_x11_cairo.h b/pugl/pugl_x11_cairo.h index ffad90b..085cc0b 100644 --- a/pugl/pugl_x11_cairo.h +++ b/pugl/pugl_x11_cairo.h @@ -17,6 +17,6 @@ #ifndef PUGL_X11_CAIRO_H #define PUGL_X11_CAIRO_H -PuglDrawContext puglGetX11CairoDrawContext(void); +PuglBackend puglGetX11CairoBackend(void); #endif // PUGL_X11_CAIRO_H |