From c07a014d36c1ed5cc157abb4725e41d91bdfa304 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Thu, 25 Jun 2009 23:47:03 +0000 Subject: - Printing of backgrounds is now correctly separated from the WebKit preferences, and no longer links SP to Safari --- Source/SPPrintAccessory.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Source/SPPrintAccessory.h') diff --git a/Source/SPPrintAccessory.h b/Source/SPPrintAccessory.h index 5bdf4343..b1975b7e 100644 --- a/Source/SPPrintAccessory.h +++ b/Source/SPPrintAccessory.h @@ -1,10 +1,15 @@ #import +#import @interface SPPrintAccessory : NSViewController { IBOutlet NSView *printAccessoryView; IBOutlet NSUserDefaultsController *defaultsController; + + WebView *printWebView; } +- (void) setPrintView:(WebView *)theWebView; + @end -- cgit v1.2.3