Preparing to add widget support
[RExecServer.git] / RCGImageDevice.h
blobe5a3688eaa9e869e6a118b5bb1c3784e7f889f4d
1 #import <Cocoa/Cocoa.h>
2 #import "RDevice.h"
4 @interface RCGImageDevice : RDevice {
5 CGContextRef context;
6 unsigned char *bitmap;
7 size_t bitmapSize;
11 @end