Selaa lähdekoodia

Add CocoaSetDockIcon function declaration

pull/5425/head
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
  1. +10
    -0
      src/_cocoalayer.h

+ 10
- 0
src/_cocoalayer.h Näytä tiedosto

@ -1,3 +1,13 @@
#ifdef __APPLE__
#ifdef __cplusplus
extern "C" {
#endif
void CocoaSetDockIcon(unsigned char* data, int width, int height);
#ifdef __cplusplus
}
#endif
#endif

Ladataan…
Peruuta
Tallenna