]> git.saurik.com Git - wxWidgets.git/blame - include/wx/osx/private/glgrab.h
Remove undefined wxScrollBarBase::Create() declaration.
[wxWidgets.git] / include / wx / osx / private / glgrab.h
CommitLineData
4fcb208a
SC
1#include <CoreFoundation/CoreFoundation.h>
2
3#if defined __cplusplus
4 extern "C" {
5#endif
6
ce00f59b 7 CGImageRef grabViaOpenGL(CGDirectDisplayID display,
afd5d91c 8 CGRect srcRect);
4fcb208a
SC
9
10#if defined __cplusplus
11 }
12#endif
13