1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-20 03:17:12 +00:00

Adding hexagon height to zint_render_hexagon

This commit is contained in:
Jojakim Stahl
2017-10-16 10:01:09 +02:00
parent c7d6256a6e
commit 0a913ad9e3
2 changed files with 5 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ extern "C" {
};
struct zint_render_hexagon {
float x, y;
float x, y, height;
struct zint_render_hexagon *next; /* Pointer to next hexagon */
};