Fix clipping rects
[RExecServer.git] / RPDFDevice.h
blob6bd7d87e9e0738922ecc511242c06a8b7f40d301
1 //
2 // RPDFDevice.h
3 // RExecServer
4 //
5 // Created by Byron Ellis on 6/26/07.
6 // Copyright 2007 __MyCompanyName__. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
10 #import "RDevice.h"
12 @interface RPDFDevice : RDevice {
13 CGContextRef ctx;
17 @end