mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-24 12:07:00 -04:00
Adding hexagon height to zint_render_hexagon
This commit is contained in:
parent
c7d6256a6e
commit
0a913ad9e3
2 changed files with 5 additions and 4 deletions
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue