Add CocoaSetDockIcon function declaration

This commit is contained in:
annes 2025-12-02 00:12:30 +08:00 committed by GitHub
parent b340a268c6
commit d0dbff4be4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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