wxWidgets/include/wx/osx/private/glgrab.h

13 lines
205 B
C
Raw Normal View History

#include <CoreFoundation/CoreFoundation.h>
#if defined __cplusplus
extern "C" {
#endif
CGImageRef grabViaOpenGL(CGDirectDisplayID display, CGRect srcRect);
#if defined __cplusplus
}
#endif