Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 517554 | Differences between
and this patch

Collapse All | Expand All

(-)Printing/GSCUPS.orig/cups.h (-8 / +4 lines)
Lines 30-43 Link Here
30
typedef off_t ssize_t;			/* @private@ */
30
typedef off_t ssize_t;			/* @private@ */
31
#  endif /* WIN32 && !__CUPS_SSIZE_T_DEFINED */
31
#  endif /* WIN32 && !__CUPS_SSIZE_T_DEFINED */
32
32
33
#  ifdef __BLOCKS__
33
#  include <cups/file.h>
34
#    include <dispatch/dispatch.h>
34
#  include <cups/ipp.h>
35
#  endif /* __BLOCKS__ */
35
#  include <cups/language.h>
36
36
#  include <cups/pwg.h>
37
#  include "file.h"
38
#  include "ipp.h"
39
#  include "language.h"
40
#  include "pwg.h"
41
37
42
38
43
/*
39
/*
(-)Printing/GSCUPS.orig/GSCUPSPrinter.m (-1 / +1 lines)
Lines 48-54 Link Here
48
#import "GNUstepGUI/GSPrinting.h"
48
#import "GNUstepGUI/GSPrinting.h"
49
#import "GSCUPSPrinter.h"
49
#import "GSCUPSPrinter.h"
50
50
51
#include <cups/cups.h>
51
#include "cups.h"
52
52
53
53
54
NSString *GSCUPSDummyPrinterName = @"GSCUPSDummyPrinter";
54
NSString *GSCUPSDummyPrinterName = @"GSCUPSDummyPrinter";
(-)Printing/GSCUPS.orig/GSCUPSPrintInfo.m (-1 / +1 lines)
Lines 32-38 Link Here
32
#import "AppKit/NSPrinter.h"
32
#import "AppKit/NSPrinter.h"
33
#import "GSCUPSPrintInfo.h"
33
#import "GSCUPSPrintInfo.h"
34
#import "GSCUPSPrinter.h"
34
#import "GSCUPSPrinter.h"
35
#include <cups/cups.h>
35
#include "cups.h"
36
36
37
37
38
@implementation GSCUPSPrintInfo
38
@implementation GSCUPSPrintInfo
(-)Printing/GSCUPS.orig/GSCUPSPrintOperation.m (-1 / +1 lines)
Lines 41-47 Link Here
41
#import <AppKit/NSPrintOperation.h>
41
#import <AppKit/NSPrintOperation.h>
42
#import "GSGuiPrivate.h"
42
#import "GSGuiPrivate.h"
43
#import "GSCUPSPrintOperation.h"
43
#import "GSCUPSPrintOperation.h"
44
#include <cups/cups.h>
44
#include "cups.h"
45
45
46
46
47
//A subclass of GSPrintOperation, NOT NSPrintOperation.
47
//A subclass of GSPrintOperation, NOT NSPrintOperation.

Return to bug 517554