projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Use wxDatePickerCtrl in wxDataViewDateRenderer.
[wxWidgets.git]
/
include
/
wx
/
osx
/
private
/
glgrab.h
Commit
Line
Data
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