소스 검색
Add CocoaSetDockIcon function declaration
pull/5425/head
annes
3 달 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일과
10개의 추가작업 그리고
0개의 파일을 삭제
-
src/_cocoalayer.h
|
|
|
@ -1,3 +1,13 @@ |
|
|
|
#ifdef __APPLE__ |
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
extern "C" { |
|
|
|
#endif |
|
|
|
|
|
|
|
void CocoaSetDockIcon(unsigned char* data, int width, int height); |
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
} |
|
|
|
#endif |
|
|
|
|
|
|
|
#endif |