1 | --- prnt/hpcups/Hbpl1.h.orig 2014-03-10 20:49:58.000000000 +0100 |
---|
2 | +++ prnt/hpcups/Hbpl1.h 2014-03-10 20:52:18.000000000 +0100 |
---|
3 | @@ -41,7 +41,7 @@ |
---|
4 | #include "resources.h" |
---|
5 | #include "ColorMaps.h" |
---|
6 | #include "PrinterCommands.h" |
---|
7 | -#include "Utils.h" |
---|
8 | +#include "HPCupsUtils.h" |
---|
9 | #include "Hbpl1_Wrapper.h" |
---|
10 | #define HBPL1_DEFAULT_STRIP_HEIGHT 128 |
---|
11 | |
---|
12 | --- prnt/hpcups/LJZjStream.cpp.orig 2014-03-10 20:50:41.000000000 +0100 |
---|
13 | +++ prnt/hpcups/LJZjStream.cpp 2014-03-10 20:52:18.000000000 +0100 |
---|
14 | @@ -40,7 +40,7 @@ |
---|
15 | #include "ColorMaps.h" |
---|
16 | #include "PrinterCommands.h" |
---|
17 | #include "LJZjStream.h" |
---|
18 | -#include "Utils.h" |
---|
19 | +#include "HPCupsUtils.h" |
---|
20 | #include "hpjbig_wrapper.h" |
---|
21 | #include "utils.h" |
---|
22 | |
---|
23 | --- prnt/hpcups/LJZxStream.cpp.orig 2014-03-10 20:51:15.000000000 +0100 |
---|
24 | +++ prnt/hpcups/LJZxStream.cpp 2014-03-10 20:52:18.000000000 +0100 |
---|
25 | @@ -38,7 +38,7 @@ |
---|
26 | #include "ColorMaps.h" |
---|
27 | #include "PrinterCommands.h" |
---|
28 | #include "LJZxStream.h" |
---|
29 | -#include "Utils.h" |
---|
30 | +#include "HPCupsUtils.h" |
---|
31 | #include "hpjbig_wrapper.h" |
---|
32 | |
---|
33 | LJZxStream::LJZxStream () : Encapsulator () |
---|
34 | --- prnt/hpcups/ModeJbig.cpp.orig 2014-03-10 20:51:29.000000000 +0100 |
---|
35 | +++ prnt/hpcups/ModeJbig.cpp 2014-03-10 20:52:18.000000000 +0100 |
---|
36 | @@ -36,7 +36,7 @@ |
---|
37 | #include "ModeJbig.h" |
---|
38 | #include "hpjbig_wrapper.h" |
---|
39 | #include <dlfcn.h> |
---|
40 | -#include "Utils.h" |
---|
41 | +#include "HPCupsUtils.h" |
---|
42 | #include "utils.h" |
---|
43 | |
---|
44 | extern "C" |
---|
45 | --- prnt/hpcups/ModeJpeg.cpp.orig 2014-03-10 20:51:43.000000000 +0100 |
---|
46 | +++ prnt/hpcups/ModeJpeg.cpp 2014-03-10 20:52:18.000000000 +0100 |
---|
47 | @@ -32,7 +32,7 @@ |
---|
48 | #include <setjmp.h> |
---|
49 | #include "ModeJpeg.h" |
---|
50 | #include <dlfcn.h> |
---|
51 | -#include "Utils.h" |
---|
52 | +#include "HPCupsUtils.h" |
---|
53 | #include "utils.h" |
---|
54 | |
---|
55 | #define MAX_JPEG_FILE_SIZE 2097152 // 2 Mgabytes |
---|