2008-10-06 19:48:52 +00:00
|
|
|
#include <CoreFoundation/CoreFoundation.h>
|
|
|
|
|
|
|
|
#if defined __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2010-09-30 11:44:45 +00:00
|
|
|
CGImageRef grabViaOpenGL(CGDirectDisplayID display,
|
2010-05-20 17:58:38 +00:00
|
|
|
CGRect srcRect);
|
2008-10-06 19:48:52 +00:00
|
|
|
|
|
|
|
#if defined __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|