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]
/
RPDFDevice.h
blob
217dbd5a9d2ac297e867264607a9aedab53bc395
1
#import <Cocoa/Cocoa.h>
2
#import
"RDevice.h"
3
4
@interface RPDFDevice
:
RDevice
{
5
CGContextRef ctx
;
6
7
}
8
9
@end