mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-20 02:05:11 -04:00
Add verbose mode to output debug info without recompiling
This commit is contained in:
parent
5acbffff0d
commit
6f4610aa98
11 changed files with 26 additions and 22 deletions
|
@ -96,6 +96,7 @@ extern "C" {
|
|||
unsigned int bitmap_byte_length;
|
||||
float dot_size;
|
||||
struct zint_render *rendered;
|
||||
int debug;
|
||||
};
|
||||
|
||||
#define ZINT_VERSION_MAJOR 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue