might be functional

This commit is contained in:
Nishi 2026-01-27 17:34:25 +09:00
commit 8b28b3e1b0
4 changed files with 32 additions and 1 deletions

View file

@ -163,6 +163,7 @@ struct _MwLLHandler {
void (*focus_in)(MwLL handle, void* data);
void (*focus_out)(MwLL handle, void* data);
void (*clipboard)(MwLL handle, void* data);
void (*dark_theme)(MwLL handle, void* data);
};
#ifdef __cplusplus