소스 검색

Add CocoaSetDockIcon function declaration

pull/5425/head
annes 3 달 전
committed by GitHub
부모
커밋
d0dbff4be4
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. +10
    -0
      src/_cocoalayer.h

+ 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

불러오는 중...
취소
저장