summaryrefslogtreecommitdiff
path: root/libre/hplip/CommonDefinations.patch
blob: 8ee66243205fe359dcffc44ee66d576fcb4ab0de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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