]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/osx/private/glgrab.h
Don't use "Cancel" button in the about dialog of the listctrl sample.
[wxWidgets.git] / include / wx / osx / private / glgrab.h
... / ...
CommitLineData
1#include <CoreFoundation/CoreFoundation.h>
2
3#if defined __cplusplus
4 extern "C" {
5#endif
6
7 CF_RETURNS_RETAINED CGImageRef grabViaOpenGL(CGDirectDisplayID display,
8 CGRect srcRect);
9
10#if defined __cplusplus
11 }
12#endif
13