annes
преди 3 месеца
committed by
GitHub
родител
ревизия
d0dbff4be4
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 |