might be functional

This commit is contained in:
NishiOwO
2026-01-27 17:34:25 +09:00
parent 836b13e62e
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