annes
3 kuukautta sitten
committed by
GitHub
vanhempi
commit
d0dbff4be4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 muutettua tiedostoa jossa
10 lisäystä ja
0 poistoa
-
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 |