diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-09-05 15:20:36 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-09-05 15:20:36 -0300 |
commit | f3b029f3fcbdee4d4d9adb4253d822ea83955caf (patch) | |
tree | 520d95a6208501b169ac07317811fce0def81311 /libre/hplip/CommonDefinations.patch | |
parent | f46182f199340828d22cbb4626e94241e2c68fee (diff) |
libre/hplip: update pkg to 3.15.7-2.parabola1
Diffstat (limited to 'libre/hplip/CommonDefinations.patch')
-rw-r--r-- | libre/hplip/CommonDefinations.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/libre/hplip/CommonDefinations.patch b/libre/hplip/CommonDefinations.patch new file mode 100644 index 000000000..8ee662432 --- /dev/null +++ b/libre/hplip/CommonDefinations.patch @@ -0,0 +1,22 @@ +*** hplip-3.15.7_original/prnt/hpcups/CommonDefinitions.h 2015-07-13 13:18:53.000000000 +0530 +--- hplip-3.15.7_latest/prnt/hpcups/CommonDefinitions.h 2015-07-28 20:07:24.018247373 +0530 +*************** +*** 441,447 **** + { + int media_source; + int color_mode; +- int HPSPDClass; + DUPLEXMODE e_duplex_mode; + int print_borderless; + int krgb_mode; +--- 441,446 ---- +*************** +*** 466,471 **** +--- 465,471 ---- + int integer_values[16]; + int printer_platform_version; + int pre_process_raster; ++ int HPSPDClass; + } JobAttributes; + + #endif // COMMON_DEFINITIONS_H |