2008-10-06 15:48:52 -04:00
|
|
|
#include <CoreFoundation/CoreFoundation.h>
|
|
|
|
|
|
|
|
#if defined __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2010-05-20 13:58:38 -04:00
|
|
|
CGImageRef grabViaOpenGL(CGDirectDisplayID display,
|
|
|
|
CGRect srcRect);
|
2008-10-06 15:48:52 -04:00
|
|
|
|
|
|
|
#if defined __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|