glgrab.h 254 B

12345678910111213
  1. #include <CoreFoundation/CoreFoundation.h>
  2. #if defined __cplusplus
  3. extern "C" {
  4. #endif
  5. CF_RETURNS_RETAINED CGImageRef grabViaOpenGL(CGDirectDisplayID display,
  6. CGRect srcRect);
  7. #if defined __cplusplus
  8. }
  9. #endif