diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-11-29 17:33:59 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-11-29 17:33:59 +0100 |
commit | 4008b4d986b700830fad5086df3acfc1028a9e3b (patch) | |
tree | 9d3f43d95875482d272559eb44a4a7c9fc25882c /render/archx86.c | |
parent | 9a36550815c3d874ce62650bf06ee85a3f705f1c (diff) | |
download | mupdf-4008b4d986b700830fad5086df3acfc1028a9e3b.tar.xz |
turn 1x1 images into rectangles
Diffstat (limited to 'render/archx86.c')
-rw-r--r-- | render/archx86.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/render/archx86.c b/render/archx86.c index 9754214f..a4161a1f 100644 --- a/render/archx86.c +++ b/render/archx86.c @@ -1,6 +1,7 @@ /* -x86 specific render optims live here -*/ + * x86 specific render optims live here + */ + #include <fitz.h> typedef unsigned char byte; |