repo.or.cz
/
RExecServer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Preparing to add widget support
[RExecServer.git]
/
RCGImageDevice.h
blob
e5a3688eaa9e869e6a118b5bb1c3784e7f889f4d
1
#import <Cocoa/Cocoa.h>
2
#import
"RDevice.h"
3
4
@interface RCGImageDevice
:
RDevice
{
5
CGContextRef context
;
6
unsigned char
*
bitmap
;
7
size_t
bitmapSize
;
8
}
9
10
11
@end