Skip to content

Commit

Permalink
Fix for Cairo example test
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksiiBulba committed Dec 20, 2024
1 parent 310a74a commit c10b2bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/cairo-pdf-rendering/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
#include <stdlib.h>

// The renderer includes clay.h while also providing the
// CLAY_IMPLEMENTATION
#include "../../renderers/cairo/clay_renderer_cairo.c"
#define CLAY_IMPLEMENTATION
#include "../../renderers/clay_renderer.h"

// cairo-pdf, though this is optional and not required if you,
// e.g. render PNGs.
Expand Down

0 comments on commit c10b2bf

Please sign in to comment.