diff options
Diffstat (limited to 'pugl/pugl_x11_cairo.c')
-rw-r--r-- | pugl/pugl_x11_cairo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pugl/pugl_x11_cairo.c b/pugl/pugl_x11_cairo.c index c52b875..1a75b1c 100644 --- a/pugl/pugl_x11_cairo.c +++ b/pugl/pugl_x11_cairo.c @@ -118,7 +118,8 @@ puglX11CairoGetContext(PuglView* view) return surface->cr; } -const PuglBackend* puglCairoBackend(void) +const PuglBackend* +puglCairoBackend(void) { static const PuglBackend backend = { puglX11CairoConfigure, |