projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
correcting error message
[wxWidgets.git]
/
include
/
wx
/
osx
/
private
/
glgrab.h
1
#include <CoreFoundation/CoreFoundation.h>
2
3
#if defined __cplusplus
4
extern
"C"
{
5
#endif
6
7
CGImageRef
grabViaOpenGL
(
CGDirectDisplayID display
,
CGRect srcRect
);
8
9
#if defined __cplusplus
10
}
11
#endif
12