mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-07 20:17:06 +00:00
Merged form master
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#define SSET "0123456789ABCDEF"
|
#define SSET "0123456789ABCDEF"
|
||||||
|
|
||||||
int hexagon[120] = {
|
static int hexagon[120] = {
|
||||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||||
0, 0, 0, 0, 1, 1, 1, 0, 0, 0,
|
0, 0, 0, 0, 1, 1, 1, 0, 0, 0,
|
||||||
0, 0, 0, 1, 1, 1, 1, 1, 0, 0,
|
0, 0, 0, 1, 1, 1, 1, 1, 0, 0,
|
||||||
@@ -40,7 +40,7 @@ int hexagon[120] = {
|
|||||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0
|
||||||
};
|
};
|
||||||
|
|
||||||
unsigned int bullseye_compressed[] = {
|
static unsigned int bullseye_compressed[] = {
|
||||||
0,0,0,0,0,255,248,0,0,0,0,0,
|
0,0,0,0,0,255,248,0,0,0,0,0,
|
||||||
0,0,0,0,31,255,255,192,0,0,0,0,
|
0,0,0,0,31,255,255,192,0,0,0,0,
|
||||||
0,0,0,1,255,255,255,252,0,0,0,0,
|
0,0,0,1,255,255,255,252,0,0,0,0,
|
||||||
|
|||||||
Reference in New Issue
Block a user