index
:
AsciiMap
master
Create ASCII art from bitmaps
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bitmap.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'bitmap.h')
-rw-r--r--
bitmap.h
2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitmap.h b/bitmap.h
index 5c16401..d222ffb 100644
--- a/
bitmap.h
+++ b/
bitmap.h
@@ -53,6 +53,8 @@ struct bitmap_pixel_data
uint8_t **R;
uint8_t **G;
uint8_t **B;
+
+ uint8_t error;
};