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:
@@ -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 */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user