Fix clipping rects
[RExecServer.git] / RCGImageDevice.h
blobf1e747ae924157348abfa38318fadeaabc741eef
1 #import <Cocoa/Cocoa.h>
2 #import "RDevice.h"
4 @interface RCGImageDevice : RDevice {
5 CGContextRef context;
6 unsigned char *bitmap;
10 @end